Html Css Color HEX #CB355A Old Rose

📋 copy color: '#CB355A'

red 203 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #CB355A

Tints of Old Rose #CB355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 58.67%
G = 15.32%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB355A (or 0xCB355A) is known color: Old Rose. HEX triplet: CB, 35 and 5A. RGB value is (203,53,90). Sum of RGB (Red+Green+Blue) = 203+53+90=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB355A is #34CAA5. Grayscale: #666666. Windows color (decimal): -3459750 or 5912011. OLE color: 5912011.

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

Color convert

RGB 203 53 90 -
CMYK 0 0.74 0.56 0.20
HSL 345.2º 0.59% 0.5% -
HSV(B) 345.2º 0.74% 0.8% -
XYZ 27.75 15.98 11.3 -
YUV 102.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 203 53 90 0 0.74 0.56 0.20 345.2 0.59 0.5
Hex CB 35 5A 0 4A 38 14 159 3B 32
Octal 313 65 132 0 112 70 24 531 73 62
Binary 11001011 110101 1011010 0 1001010 111000 10100 101011001 111011 110010

Color Harmonies of #CB355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB355A

Black with #CB355A

Text Example


Text Example

White with #CB355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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