Html Css Color HEX #C8215A Old Rose

📋 copy color: '#C8215A'

red 200 ◦ green 33 ◦ blue 90

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

Shades of Old Rose #C8215A

Tints of Old Rose #C8215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 61.92%
G = 10.22%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8215A (or 0xC8215A) is known color: Old Rose. HEX triplet: C8, 21 and 5A. RGB value is (200,33,90). Sum of RGB (Red+Green+Blue) = 200+33+90=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C8215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8215A is #37DEA5. Grayscale: #595959. Windows color (decimal): -3661478 or 5906888. OLE color: 5906888.

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

Color convert

RGB 200 33 90 -
CMYK 0 0.84 0.55 0.22
HSL 339.52º 0.72% 0.46% -
HSV(B) 339.52º 0.84% 0.78% -
XYZ 26.21 14.11 11.01 -
YUV 89.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 200 33 90 0 0.84 0.55 0.22 339.52 0.72 0.46
Hex C8 21 5A 0 54 37 16 154 48 2E
Octal 310 41 132 0 124 67 26 524 110 56
Binary 11001000 100001 1011010 0 1010100 110111 10110 101010100 1001000 101110

Color Harmonies of #C8215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8215A

Black with #C8215A

Text Example


Text Example

White with #C8215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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