Html Css Color HEX #C8204B Old Rose

📋 copy color: '#C8204B'

red 200 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #C8204B

Tints of Old Rose #C8204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 65.15%
G = 10.42%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8204B (or 0xC8204B) is known color: Old Rose. HEX triplet: C8, 20 and 4B. RGB value is (200,32,75). Sum of RGB (Red+Green+Blue) = 200+32+75=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C8204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8204B is #37DFB4. Grayscale: #575757. Windows color (decimal): -3661749 or 4923592. OLE color: 4923592.

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

Color convert

RGB 200 32 75 -
CMYK 0 0.84 0.62 0.22
HSL 344.64º 0.72% 0.45% -
HSV(B) 344.64º 0.84% 0.78% -
XYZ 25.61 13.82 7.97 -
YUV 87.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 200 32 75 0 0.84 0.62 0.22 344.64 0.72 0.45
Hex C8 20 4B 0 54 3E 16 159 48 2D
Octal 310 40 113 0 124 76 26 531 110 55
Binary 11001000 100000 1001011 0 1010100 111110 10110 101011001 1001000 101101

Color Harmonies of #C8204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8204B

Black with #C8204B

Text Example


Text Example

White with #C8204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8204B; }

 p { color: rgb(200,32,75); }

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

background-color css

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

 a { background-color: rgb(200,32,75); }

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

border-color css

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

 span { border-color: rgb(200,32,75); }

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