Html Css Color HEX #CB366C Cerise

📋 copy color: '#CB366C'

red 203 ◦ green 54 ◦ blue 108

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

Shades of Cerise #CB366C

Tints of Cerise #CB366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 55.62%
G = 14.79%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB366C (or 0xCB366C) is known color: Cerise. HEX triplet: CB, 36 and 6C. RGB value is (203,54,108). Sum of RGB (Red+Green+Blue) = 203+54+108=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB366C is #34C993. Grayscale: #686868. Windows color (decimal): -3459476 or 7091915. OLE color: 7091915.

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

Color convert

RGB 203 54 108 -
CMYK 0 0.73 0.47 0.20
HSL 338.26º 0.59% 0.5% -
HSV(B) 338.26º 0.73% 0.8% -
XYZ 28.65 16.42 15.85 -
YUV 104.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 203 54 108 0 0.73 0.47 0.20 338.26 0.59 0.5
Hex CB 36 6C 0 49 2F 14 152 3B 32
Octal 313 66 154 0 111 57 24 522 73 62
Binary 11001011 110110 1101100 0 1001001 101111 10100 101010010 111011 110010

Color Harmonies of #CB366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB366C

Black with #CB366C

Text Example


Text Example

White with #CB366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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