Html Css Color HEX #CB324C Old Rose

📋 copy color: '#CB324C'

red 203 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #CB324C

Tints of Old Rose #CB324C

RGB

 RED value IS 203 (79.69% from 255) = 61.7%

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

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

R = 61.7%
G = 15.2%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB324C (or 0xCB324C) is known color: Old Rose. HEX triplet: CB, 32 and 4C. RGB value is (203,50,76). Sum of RGB (Red+Green+Blue) = 203+50+76=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB324C is #34CDB3. Grayscale: #626262. Windows color (decimal): -3460532 or 4993739. OLE color: 4993739.

HSL color Cylindrical-coordinate representation of color #CB324C: hue angle of 349.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB324C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 50 76 -
CMYK 0 0.75 0.63 0.20
HSL 349.8º 0.6% 0.5% -
HSV(B) 349.8º 0.75% 0.8% -
XYZ 27.07 15.5 8.4 -
YUV 98.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 203 50 76 0 0.75 0.63 0.20 349.8 0.6 0.5
Hex CB 32 4C 0 4B 3F 14 15E 3C 32
Octal 313 62 114 0 113 77 24 536 74 62
Binary 11001011 110010 1001100 0 1001011 111111 10100 101011110 111100 110010

Color Harmonies of #CB324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB324C

Black with #CB324C

Text Example


Text Example

White with #CB324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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