Html Css Color HEX #C8324C Old Rose

📋 copy color: '#C8324C'

red 200 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #C8324C

Tints of Old Rose #C8324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 61.35%
G = 15.34%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8324C (or 0xC8324C) is known color: Old Rose. HEX triplet: C8, 32 and 4C. RGB value is (200,50,76). Sum of RGB (Red+Green+Blue) = 200+50+76=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8324C is #37CDB3. Grayscale: #616161. Windows color (decimal): -3657140 or 4993736. OLE color: 4993736.

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

Color convert

RGB 200 50 76 -
CMYK 0 0.75 0.62 0.22
HSL 349.6º 0.6% 0.49% -
HSV(B) 349.6º 0.75% 0.78% -
XYZ 26.26 15.08 8.36 -
YUV 97.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 200 50 76 0 0.75 0.62 0.22 349.6 0.6 0.49
Hex C8 32 4C 0 4B 3E 16 15E 3C 31
Octal 310 62 114 0 113 76 26 536 74 61
Binary 11001000 110010 1001100 0 1001011 111110 10110 101011110 111100 110001

Color Harmonies of #C8324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8324C

Black with #C8324C

Text Example


Text Example

White with #C8324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8324C; }

 p { color: rgb(200,50,76); }

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

background-color css

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

 a { background-color: rgb(200,50,76); }

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

border-color css

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

 span { border-color: rgb(200,50,76); }

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