Html Css Color HEX #CB304C Old Rose

📋 copy color: '#CB304C'

red 203 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #CB304C

Tints of Old Rose #CB304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 62.08%
G = 14.68%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB304C (or 0xCB304C) is known color: Old Rose. HEX triplet: CB, 30 and 4C. RGB value is (203,48,76). Sum of RGB (Red+Green+Blue) = 203+48+76=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB304C is #34CFB3. Grayscale: #616161. Windows color (decimal): -3461044 or 4993227. OLE color: 4993227.

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

Color convert

RGB 203 48 76 -
CMYK 0 0.76 0.63 0.20
HSL 349.16º 0.62% 0.49% -
HSV(B) 349.16º 0.76% 0.8% -
XYZ 26.99 15.33 8.37 -
YUV 97.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 203 48 76 0 0.76 0.63 0.20 349.16 0.62 0.49
Hex CB 30 4C 0 4C 3F 14 15D 3E 31
Octal 313 60 114 0 114 77 24 535 76 61
Binary 11001011 110000 1001100 0 1001100 111111 10100 101011101 111110 110001

Color Harmonies of #CB304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB304C

Black with #CB304C

Text Example


Text Example

White with #CB304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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