Html Css Color HEX #C8215C Old Rose

📋 copy color: '#C8215C'

red 200 ◦ green 33 ◦ blue 92

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

Shades of Old Rose #C8215C

Tints of Old Rose #C8215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 61.54%
G = 10.15%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8215C (or 0xC8215C) is known color: Old Rose. HEX triplet: C8, 21 and 5C. RGB value is (200,33,92). Sum of RGB (Red+Green+Blue) = 200+33+92=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8215C is #37DEA3. Grayscale: #595959. Windows color (decimal): -3661476 or 6037960. OLE color: 6037960.

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

Color convert

RGB 200 33 92 -
CMYK 0 0.84 0.54 0.22
HSL 338.8º 0.72% 0.46% -
HSV(B) 338.8º 0.84% 0.78% -
XYZ 26.3 14.14 11.47 -
YUV 89.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 200 33 92 0 0.84 0.54 0.22 338.8 0.72 0.46
Hex C8 21 5C 0 54 36 16 153 48 2E
Octal 310 41 134 0 124 66 26 523 110 56
Binary 11001000 100001 1011100 0 1010100 110110 10110 101010011 1001000 101110

Color Harmonies of #C8215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8215C

Black with #C8215C

Text Example


Text Example

White with #C8215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8215C; }

 p { color: rgb(200,33,92); }

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

background-color css

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

 a { background-color: rgb(200,33,92); }

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

border-color css

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

 span { border-color: rgb(200,33,92); }

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