Html Css Color HEX #CB354C Old Rose

📋 copy color: '#CB354C'

red 203 ◦ green 53 ◦ blue 76

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

Shades of Old Rose #CB354C

Tints of Old Rose #CB354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

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

R = 61.14%
G = 15.96%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB354C (or 0xCB354C) is known color: Old Rose. HEX triplet: CB, 35 and 4C. RGB value is (203,53,76). Sum of RGB (Red+Green+Blue) = 203+53+76=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB354C is #34CAB3. Grayscale: #646464. Windows color (decimal): -3459764 or 4994507. OLE color: 4994507.

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

Color convert

RGB 203 53 76 -
CMYK 0 0.74 0.63 0.20
HSL 350.8º 0.59% 0.5% -
HSV(B) 350.8º 0.74% 0.8% -
XYZ 27.21 15.76 8.45 -
YUV 100.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 203 53 76 0 0.74 0.63 0.20 350.8 0.59 0.5
Hex CB 35 4C 0 4A 3F 14 15F 3B 32
Octal 313 65 114 0 112 77 24 537 73 62
Binary 11001011 110101 1001100 0 1001010 111111 10100 101011111 111011 110010

Color Harmonies of #CB354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB354C

Black with #CB354C

Text Example


Text Example

White with #CB354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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