Html Css Color HEX #CB266C Cerise

📋 copy color: '#CB266C'

red 203 ◦ green 38 ◦ blue 108

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

Shades of Cerise #CB266C

Tints of Cerise #CB266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.89%

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

R = 58.17%
G = 10.89%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB266C (or 0xCB266C) is known color: Cerise. HEX triplet: CB, 26 and 6C. RGB value is (203,38,108). Sum of RGB (Red+Green+Blue) = 203+38+108=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB266C is #34D993. Grayscale: #5F5F5F. Windows color (decimal): -3463572 or 7087819. OLE color: 7087819.

HSL color Cylindrical-coordinate representation of color #CB266C: hue angle of 334.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB266C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 38 108 -
CMYK 0 0.81 0.47 0.20
HSL 334.55º 0.68% 0.47% -
HSV(B) 334.55º 0.81% 0.8% -
XYZ 28.03 15.17 15.64 -
YUV 95.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 203 38 108 0 0.81 0.47 0.20 334.55 0.68 0.47
Hex CB 26 6C 0 51 2F 14 14F 44 2F
Octal 313 46 154 0 121 57 24 517 104 57
Binary 11001011 100110 1101100 0 1010001 101111 10100 101001111 1000100 101111

Color Harmonies of #CB266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB266C

Black with #CB266C

Text Example


Text Example

White with #CB266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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