Html Css Color HEX #CB364F Old Rose

📋 copy color: '#CB364F'

red 203 ◦ green 54 ◦ blue 79

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

Shades of Old Rose #CB364F

Tints of Old Rose #CB364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 60.42%
G = 16.07%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB364F (or 0xCB364F) is known color: Old Rose. HEX triplet: CB, 36 and 4F. RGB value is (203,54,79). Sum of RGB (Red+Green+Blue) = 203+54+79=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB364F is #34C9B0. Grayscale: #656565. Windows color (decimal): -3459505 or 5191371. OLE color: 5191371.

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

Color convert

RGB 203 54 79 -
CMYK 0 0.73 0.61 0.20
HSL 349.93º 0.59% 0.5% -
HSV(B) 349.93º 0.73% 0.8% -
XYZ 27.36 15.9 9.02 -
YUV 101.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 203 54 79 0 0.73 0.61 0.20 349.93 0.59 0.5
Hex CB 36 4F 0 49 3D 14 15E 3B 32
Octal 313 66 117 0 111 75 24 536 73 62
Binary 11001011 110110 1001111 0 1001001 111101 10100 101011110 111011 110010

Color Harmonies of #CB364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB364F

Black with #CB364F

Text Example


Text Example

White with #CB364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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