Html Css Color HEX #CB2268 Cerise

📋 copy color: '#CB2268'

red 203 ◦ green 34 ◦ blue 104

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

Shades of Cerise #CB2268

Tints of Cerise #CB2268

RGB

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

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

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

R = 59.53%
G = 9.97%
B = 30.5%

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

#CB2268 (or 0xCB2268) is known color: Cerise. HEX triplet: CB, 22 and 68. RGB value is (203,34,104). Sum of RGB (Red+Green+Blue) = 203+34+104=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2268 is #34DD97. Grayscale: #5C5C5C. Windows color (decimal): -3464600 or 6824651. OLE color: 6824651.

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

Color convert

RGB 203 34 104 -
CMYK 0 0.83 0.49 0.20
HSL 335.15º 0.71% 0.46% -
HSV(B) 335.15º 0.83% 0.8% -
XYZ 27.7 14.84 14.5 -
YUV 92.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 203 34 104 0 0.83 0.49 0.20 335.15 0.71 0.46
Hex CB 22 68 0 53 31 14 14F 47 2E
Octal 313 42 150 0 123 61 24 517 107 56
Binary 11001011 100010 1101000 0 1010011 110001 10100 101001111 1000111 101110

Color Harmonies of #CB2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2268

Black with #CB2268

Text Example


Text Example

White with #CB2268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2268; }

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

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

background-color css

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

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

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

border-color css

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

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

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