Html Css Color HEX #CC276B Cerise

📋 copy color: '#CC276B'

red 204 ◦ green 39 ◦ blue 107

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

Shades of Cerise #CC276B

Tints of Cerise #CC276B

RGB

 RED value IS 204 (80.08% from 255) = 58.29%

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

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 58.29%
G = 11.14%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC276B (or 0xCC276B) is known color: Cerise. HEX triplet: CC, 27 and 6B. RGB value is (204,39,107). Sum of RGB (Red+Green+Blue) = 204+39+107=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC276B is #33D894. Grayscale: #5F5F5F. Windows color (decimal): -3397781 or 7022540. OLE color: 7022540.

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

Color convert

RGB 204 39 107 -
CMYK 0 0.81 0.48 0.2
HSL 335.27º 0.68% 0.48% -
HSV(B) 335.27º 0.81% 0.8% -
XYZ 28.28 15.35 15.38 -
YUV 96.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 204 39 107 0 0.81 0.48 0.2 335.27 0.68 0.48
Hex CC 27 6B 0 51 30 14 14F 44 30
Octal 314 47 153 0 121 60 24 517 104 60
Binary 11001100 100111 1101011 0 1010001 110000 10100 101001111 1000100 110000

Color Harmonies of #CC276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC276B

Black with #CC276B

Text Example


Text Example

White with #CC276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC276B; }

 p { color: rgb(204,39,107); }

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

background-color css

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

 a { background-color: rgb(204,39,107); }

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

border-color css

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

 span { border-color: rgb(204,39,107); }

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