Html Css Color HEX #C8235B Old Rose

📋 copy color: '#C8235B'

red 200 ◦ green 35 ◦ blue 91

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

Shades of Old Rose #C8235B

Tints of Old Rose #C8235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 61.35%
G = 10.74%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8235B (or 0xC8235B) is known color: Old Rose. HEX triplet: C8, 23 and 5B. RGB value is (200,35,91). Sum of RGB (Red+Green+Blue) = 200+35+91=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8235B is #37DCA4. Grayscale: #5A5A5A. Windows color (decimal): -3660965 or 5972936. OLE color: 5972936.

HSL color Cylindrical-coordinate representation of color #C8235B: hue angle of 339.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8235B is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 91 -
CMYK 0 0.82 0.54 0.22
HSL 339.64º 0.7% 0.46% -
HSV(B) 339.64º 0.83% 0.78% -
XYZ 26.31 14.24 11.26 -
YUV 90.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 200 35 91 0 0.82 0.54 0.22 339.64 0.7 0.46
Hex C8 23 5B 0 52 36 16 154 46 2E
Octal 310 43 133 0 122 66 26 524 106 56
Binary 11001000 100011 1011011 0 1010010 110110 10110 101010100 1000110 101110

Color Harmonies of #C8235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8235B

Black with #C8235B

Text Example


Text Example

White with #C8235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8235B; }

 p { color: rgb(200,35,91); }

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

background-color css

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

 a { background-color: rgb(200,35,91); }

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

border-color css

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

 span { border-color: rgb(200,35,91); }

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