Html Css Color HEX #CB276C Cerise

📋 copy color: '#CB276C'

red 203 ◦ green 39 ◦ blue 108

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

Shades of Cerise #CB276C

Tints of Cerise #CB276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.14%

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

R = 58%
G = 11.14%
B = 30.86%

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

#CB276C (or 0xCB276C) is known color: Cerise. HEX triplet: CB, 27 and 6C. RGB value is (203,39,108). Sum of RGB (Red+Green+Blue) = 203+39+108=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB276C is #34D893. Grayscale: #5F5F5F. Windows color (decimal): -3463316 or 7088075. OLE color: 7088075.

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

Color convert

RGB 203 39 108 -
CMYK 0 0.81 0.47 0.20
HSL 334.76º 0.68% 0.47% -
HSV(B) 334.76º 0.81% 0.8% -
XYZ 28.06 15.23 15.65 -
YUV 95.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 203 39 108 0 0.81 0.47 0.20 334.76 0.68 0.47
Hex CB 27 6C 0 51 2F 14 14F 44 2F
Octal 313 47 154 0 121 57 24 517 104 57
Binary 11001011 100111 1101100 0 1010001 101111 10100 101001111 1000100 101111

Color Harmonies of #CB276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB276C

Black with #CB276C

Text Example


Text Example

White with #CB276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB276C; }

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

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

background-color css

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

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

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

border-color css

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

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

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