Html Css Color HEX #CB226A Cerise

📋 copy color: '#CB226A'

red 203 ◦ green 34 ◦ blue 106

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

Shades of Cerise #CB226A

Tints of Cerise #CB226A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 59.18%
G = 9.91%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB226A (or 0xCB226A) is known color: Cerise. HEX triplet: CB, 22 and 6A. RGB value is (203,34,106). Sum of RGB (Red+Green+Blue) = 203+34+106=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB226A is #34DD95. Grayscale: #5C5C5C. Windows color (decimal): -3464598 or 6955723. OLE color: 6955723.

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

Color convert

RGB 203 34 106 -
CMYK 0 0.83 0.48 0.20
HSL 334.44º 0.71% 0.46% -
HSV(B) 334.44º 0.83% 0.8% -
XYZ 27.8 14.88 15.04 -
YUV 92.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 203 34 106 0 0.83 0.48 0.20 334.44 0.71 0.46
Hex CB 22 6A 0 53 30 14 14E 47 2E
Octal 313 42 152 0 123 60 24 516 107 56
Binary 11001011 100010 1101010 0 1010011 110000 10100 101001110 1000111 101110

Color Harmonies of #CB226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB226A

Black with #CB226A

Text Example


Text Example

White with #CB226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB226A; }

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

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

background-color css

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

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

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

border-color css

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

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

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