Html Css Color HEX #CB364D Old Rose

📋 copy color: '#CB364D'

red 203 ◦ green 54 ◦ blue 77

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

Shades of Old Rose #CB364D

Tints of Old Rose #CB364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 60.78%
G = 16.17%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB364D (or 0xCB364D) is known color: Old Rose. HEX triplet: CB, 36 and 4D. RGB value is (203,54,77). Sum of RGB (Red+Green+Blue) = 203+54+77=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB364D is #34C9B2. Grayscale: #656565. Windows color (decimal): -3459507 or 5060299. OLE color: 5060299.

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

Color convert

RGB 203 54 77 -
CMYK 0 0.73 0.62 0.20
HSL 350.74º 0.59% 0.5% -
HSV(B) 350.74º 0.73% 0.8% -
XYZ 27.29 15.87 8.65 -
YUV 101.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 203 54 77 0 0.73 0.62 0.20 350.74 0.59 0.5
Hex CB 36 4D 0 49 3E 14 15F 3B 32
Octal 313 66 115 0 111 76 24 537 73 62
Binary 11001011 110110 1001101 0 1001001 111110 10100 101011111 111011 110010

Color Harmonies of #CB364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB364D

Black with #CB364D

Text Example


Text Example

White with #CB364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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