Html Css Color HEX #CB2168 Cerise

📋 copy color: '#CB2168'

red 203 ◦ green 33 ◦ blue 104

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

Shades of Cerise #CB2168

Tints of Cerise #CB2168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 59.71%
G = 9.71%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB2168 (or 0xCB2168) is known color: Cerise. HEX triplet: CB, 21 and 68. RGB value is (203,33,104). Sum of RGB (Red+Green+Blue) = 203+33+104=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2168 is #34DE97. Grayscale: #5B5B5B. Windows color (decimal): -3464856 or 6824395. OLE color: 6824395.

HSL color Cylindrical-coordinate representation of color #CB2168: hue angle of 334.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2168 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 104 -
CMYK 0 0.84 0.49 0.20
HSL 334.94º 0.72% 0.46% -
HSV(B) 334.94º 0.84% 0.8% -
XYZ 27.67 14.78 14.49 -
YUV 91.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 203 33 104 0 0.84 0.49 0.20 334.94 0.72 0.46
Hex CB 21 68 0 54 31 14 14F 48 2E
Octal 313 41 150 0 124 61 24 517 110 56
Binary 11001011 100001 1101000 0 1010100 110001 10100 101001111 1001000 101110

Color Harmonies of #CB2168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2168

Black with #CB2168

Text Example


Text Example

White with #CB2168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2168; }

 p { color: rgb(203,33,104); }

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

background-color css

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

 a { background-color: rgb(203,33,104); }

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

border-color css

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

 span { border-color: rgb(203,33,104); }

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