Html Css Color HEX #CC4261 Cabaret

📋 copy color: '#CC4261'

red 204 ◦ green 66 ◦ blue 97

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

Shades of Cabaret #CC4261

Tints of Cabaret #CC4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 55.59%
G = 17.98%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC4261 (or 0xCC4261) is known color: Cabaret. HEX triplet: CC, 42 and 61. RGB value is (204,66,97). Sum of RGB (Red+Green+Blue) = 204+66+97=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4261 is #33BD9E. Grayscale: #6E6E6E. Windows color (decimal): -3390879 or 6374092. OLE color: 6374092.

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

Color convert

RGB 204 66 97 -
CMYK 0 0.68 0.52 0.2
HSL 346.52º 0.58% 0.53% -
HSV(B) 346.52º 0.68% 0.8% -
XYZ 29.01 17.6 13.18 -
YUV 110.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 204 66 97 0 0.68 0.52 0.2 346.52 0.58 0.53
Hex CC 42 61 0 44 34 14 15B 3A 35
Octal 314 102 141 0 104 64 24 533 72 65
Binary 11001100 1000010 1100001 0 1000100 110100 10100 101011011 111010 110101

Color Harmonies of #CC4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4261

Black with #CC4261

Text Example


Text Example

White with #CC4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4261; }

 p { color: rgb(204,66,97); }

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

background-color css

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

 a { background-color: rgb(204,66,97); }

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

border-color css

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

 span { border-color: rgb(204,66,97); }

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