Html Css Color HEX #CB366E Cerise

📋 copy color: '#CB366E'

red 203 ◦ green 54 ◦ blue 110

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

Shades of Cerise #CB366E

Tints of Cerise #CB366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 55.31%
G = 14.71%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB366E (or 0xCB366E) is known color: Cerise. HEX triplet: CB, 36 and 6E. RGB value is (203,54,110). Sum of RGB (Red+Green+Blue) = 203+54+110=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB366E is #34C991. Grayscale: #686868. Windows color (decimal): -3459474 or 7222987. OLE color: 7222987.

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

Color convert

RGB 203 54 110 -
CMYK 0 0.73 0.46 0.20
HSL 337.45º 0.59% 0.5% -
HSV(B) 337.45º 0.73% 0.8% -
XYZ 28.76 16.46 16.41 -
YUV 104.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 203 54 110 0 0.73 0.46 0.20 337.45 0.59 0.5
Hex CB 36 6E 0 49 2E 14 151 3B 32
Octal 313 66 156 0 111 56 24 521 73 62
Binary 11001011 110110 1101110 0 1001001 101110 10100 101010001 111011 110010

Color Harmonies of #CB366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB366E

Black with #CB366E

Text Example


Text Example

White with #CB366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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