Html Css Color HEX #C83B4F Old Rose

📋 copy color: '#C83B4F'

red 200 ◦ green 59 ◦ blue 79

#C83B4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C83B4F

Tints of Old Rose #C83B4F

RGB

 RED value IS 200 (78.52% from 255) = 59.17%

 GREEN value IS 59 (23.44% from 255) = 17.46%

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 59.17%
G = 17.46%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C83B4F (or 0xC83B4F) is known color: Old Rose. HEX triplet: C8, 3B and 4F. RGB value is (200,59,79). Sum of RGB (Red+Green+Blue) = 200+59+79=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B4F is #37C4B0. Grayscale: #676767. Windows color (decimal): -3654833 or 5192648. OLE color: 5192648.

HSL color Cylindrical-coordinate representation of color #C83B4F: hue angle of 351.49º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83B4F is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 79 -
CMYK 0 0.70 0.60 0.22
HSL 351.49º 0.56% 0.51% -
HSV(B) 351.49º 0.71% 0.78% -
XYZ 26.79 15.97 9.07 -
YUV 103.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 200 59 79 0 0.70 0.60 0.22 351.49 0.56 0.51
Hex C8 3B 4F 0 46 3C 16 15F 38 33
Octal 310 73 117 0 106 74 26 537 70 63
Binary 11001000 111011 1001111 0 1000110 111100 10110 101011111 111000 110011

Color Harmonies of #C83B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B4F

Black with #C83B4F

Text Example


Text Example

White with #C83B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B4F; }

 p { color: rgb(200,59,79); }

 H1.HeaderClassName
 {
   color: #C83B4F;
 }
 .AnyTagClassName
 {
   color: #C83B4F;
 }
</style>

background-color css

<style>
 a { background-color: #C83B4F; }

 a { background-color: rgb(200,59,79); }

 div.DivClassName
 {
   background-color: #C83B4F;
 }
 .BgClassName
 {
   background-color: #C83B4F;
 }
</style>

border-color css

<style>
 span { border-color: #C83B4F; }

 span { border-color: rgb(200,59,79); }

 td.TdClassName
 {
   border-color: #C83B4F;
 }
 .TagClassName
 {
   border-color: #C83B4F;
 }
</style>