Html Css Color HEX #C83B5E Old Rose

📋 copy color: '#C83B5E'

red 200 ◦ green 59 ◦ blue 94

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

Shades of Old Rose #C83B5E

Tints of Old Rose #C83B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 56.66%
G = 16.71%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C83B5E (or 0xC83B5E) is known color: Old Rose. HEX triplet: C8, 3B and 5E. RGB value is (200,59,94). Sum of RGB (Red+Green+Blue) = 200+59+94=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B5E is #37C4A1. Grayscale: #696969. Windows color (decimal): -3654818 or 6175688. OLE color: 6175688.

HSL color Cylindrical-coordinate representation of color #C83B5E: hue angle of 345.11º 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 #C83B5E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 94 -
CMYK 0 0.70 0.53 0.22
HSL 345.11º 0.56% 0.51% -
HSV(B) 345.11º 0.71% 0.78% -
XYZ 27.4 16.22 12.28 -
YUV 105.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 200 59 94 0 0.70 0.53 0.22 345.11 0.56 0.51
Hex C8 3B 5E 0 46 35 16 159 38 33
Octal 310 73 136 0 106 65 26 531 70 63
Binary 11001000 111011 1011110 0 1000110 110101 10110 101011001 111000 110011

Color Harmonies of #C83B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B5E

Black with #C83B5E

Text Example


Text Example

White with #C83B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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