Html Css Color HEX #CB2267 Cerise

📋 copy color: '#CB2267'

red 203 ◦ green 34 ◦ blue 103

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

Shades of Cerise #CB2267

Tints of Cerise #CB2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 59.71%
G = 10%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB2267 (or 0xCB2267) is known color: Cerise. HEX triplet: CB, 22 and 67. RGB value is (203,34,103). Sum of RGB (Red+Green+Blue) = 203+34+103=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2267 is #34DD98. Grayscale: #5C5C5C. Windows color (decimal): -3464601 or 6759115. OLE color: 6759115.

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

Color convert

RGB 203 34 103 -
CMYK 0 0.83 0.49 0.20
HSL 335.5º 0.71% 0.46% -
HSV(B) 335.5º 0.83% 0.8% -
XYZ 27.65 14.82 14.24 -
YUV 92.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 203 34 103 0 0.83 0.49 0.20 335.5 0.71 0.46
Hex CB 22 67 0 53 31 14 150 47 2E
Octal 313 42 147 0 123 61 24 520 107 56
Binary 11001011 100010 1100111 0 1010011 110001 10100 101010000 1000111 101110

Color Harmonies of #CB2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2267

Black with #CB2267

Text Example


Text Example

White with #CB2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2267; }

 p { color: rgb(203,34,103); }

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

background-color css

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

 a { background-color: rgb(203,34,103); }

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

border-color css

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

 span { border-color: rgb(203,34,103); }

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