Html Css Color HEX #CB354E Old Rose

📋 copy color: '#CB354E'

red 203 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #CB354E

Tints of Old Rose #CB354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.35%

R = 60.78%
G = 15.87%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB354E (or 0xCB354E) is known color: Old Rose. HEX triplet: CB, 35 and 4E. RGB value is (203,53,78). Sum of RGB (Red+Green+Blue) = 203+53+78=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB354E is #34CAB1. Grayscale: #646464. Windows color (decimal): -3459762 or 5125579. OLE color: 5125579.

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

Color convert

RGB 203 53 78 -
CMYK 0 0.74 0.62 0.20
HSL 350º 0.59% 0.5% -
HSV(B) 350º 0.74% 0.8% -
XYZ 27.28 15.79 8.82 -
YUV 100.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 203 53 78 0 0.74 0.62 0.20 350 0.59 0.5
Hex CB 35 4E 0 4A 3E 14 15E 3B 32
Octal 313 65 116 0 112 76 24 536 73 62
Binary 11001011 110101 1001110 0 1001010 111110 10100 101011110 111011 110010

Color Harmonies of #CB354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB354E

Black with #CB354E

Text Example


Text Example

White with #CB354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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