Html Css Color HEX #CC426F Cabaret

📋 copy color: '#CC426F'

red 204 ◦ green 66 ◦ blue 111

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

Shades of Cabaret #CC426F

Tints of Cabaret #CC426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 53.54%
G = 17.32%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC426F (or 0xCC426F) is known color: Cabaret. HEX triplet: CC, 42 and 6F. RGB value is (204,66,111). Sum of RGB (Red+Green+Blue) = 204+66+111=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC426F is #33BD90. Grayscale: #707070. Windows color (decimal): -3390865 or 7291596. OLE color: 7291596.

HSL color Cylindrical-coordinate representation of color #CC426F: hue angle of 340.43º 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 #CC426F is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 111 -
CMYK 0 0.68 0.46 0.2
HSL 340.43º 0.58% 0.53% -
HSV(B) 340.43º 0.68% 0.8% -
XYZ 29.72 17.88 16.92 -
YUV 112.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 204 66 111 0 0.68 0.46 0.2 340.43 0.58 0.53
Hex CC 42 6F 0 44 2E 14 154 3A 35
Octal 314 102 157 0 104 56 24 524 72 65
Binary 11001100 1000010 1101111 0 1000100 101110 10100 101010100 111010 110101

Color Harmonies of #CC426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC426F

Black with #CC426F

Text Example


Text Example

White with #CC426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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