Html Css Color HEX #CB3254 Old Rose

📋 copy color: '#CB3254'

red 203 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #CB3254

Tints of Old Rose #CB3254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 60.24%
G = 14.84%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB3254 (or 0xCB3254) is known color: Old Rose. HEX triplet: CB, 32 and 54. RGB value is (203,50,84). Sum of RGB (Red+Green+Blue) = 203+50+84=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3254 is #34CDAB. Grayscale: #636363. Windows color (decimal): -3460524 or 5518027. OLE color: 5518027.

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

Color convert

RGB 203 50 84 -
CMYK 0 0.75 0.59 0.20
HSL 346.67º 0.6% 0.5% -
HSV(B) 346.67º 0.75% 0.8% -
XYZ 27.37 15.62 9.96 -
YUV 99.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 203 50 84 0 0.75 0.59 0.20 346.67 0.6 0.5
Hex CB 32 54 0 4B 3B 14 15B 3C 32
Octal 313 62 124 0 113 73 24 533 74 62
Binary 11001011 110010 1010100 0 1001011 111011 10100 101011011 111100 110010

Color Harmonies of #CB3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3254

Black with #CB3254

Text Example


Text Example

White with #CB3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3254; }

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

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

background-color css

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

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

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

border-color css

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

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

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