Html Css Color HEX #CB365A Old Rose

📋 copy color: '#CB365A'

red 203 ◦ green 54 ◦ blue 90

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

Shades of Old Rose #CB365A

Tints of Old Rose #CB365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 58.5%
G = 15.56%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB365A (or 0xCB365A) is known color: Old Rose. HEX triplet: CB, 36 and 5A. RGB value is (203,54,90). Sum of RGB (Red+Green+Blue) = 203+54+90=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB365A is #34C9A5. Grayscale: #666666. Windows color (decimal): -3459494 or 5912267. OLE color: 5912267.

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

Color convert

RGB 203 54 90 -
CMYK 0 0.73 0.56 0.20
HSL 345.5º 0.59% 0.5% -
HSV(B) 345.5º 0.73% 0.8% -
XYZ 27.79 16.07 11.31 -
YUV 102.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 203 54 90 0 0.73 0.56 0.20 345.5 0.59 0.5
Hex CB 36 5A 0 49 38 14 15A 3B 32
Octal 313 66 132 0 111 70 24 532 73 62
Binary 11001011 110110 1011010 0 1001001 111000 10100 101011010 111011 110010

Color Harmonies of #CB365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB365A

Black with #CB365A

Text Example


Text Example

White with #CB365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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