Html Css Color HEX #C8324B Old Rose

📋 copy color: '#C8324B'

red 200 ◦ green 50 ◦ blue 75

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

Shades of Old Rose #C8324B

Tints of Old Rose #C8324B

RGB

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

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

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

R = 61.54%
G = 15.38%
B = 23.08%

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

#C8324B (or 0xC8324B) is known color: Old Rose. HEX triplet: C8, 32 and 4B. RGB value is (200,50,75). Sum of RGB (Red+Green+Blue) = 200+50+75=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8324B is #37CDB4. Grayscale: #616161. Windows color (decimal): -3657141 or 4928200. OLE color: 4928200.

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

Color convert

RGB 200 50 75 -
CMYK 0 0.75 0.62 0.22
HSL 350º 0.6% 0.49% -
HSV(B) 350º 0.75% 0.78% -
XYZ 26.23 15.07 8.18 -
YUV 97.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 200 50 75 0 0.75 0.62 0.22 350 0.6 0.49
Hex C8 32 4B 0 4B 3E 16 15E 3C 31
Octal 310 62 113 0 113 76 26 536 74 61
Binary 11001000 110010 1001011 0 1001011 111110 10110 101011110 111100 110001

Color Harmonies of #C8324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8324B

Black with #C8324B

Text Example


Text Example

White with #C8324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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