Html Css Color HEX #CC426E Cabaret

📋 copy color: '#CC426E'

red 204 ◦ green 66 ◦ blue 110

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

Shades of Cabaret #CC426E

Tints of Cabaret #CC426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 53.68%
G = 17.37%
B = 28.95%

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

#CC426E (or 0xCC426E) is known color: Cabaret. HEX triplet: CC, 42 and 6E. RGB value is (204,66,110). Sum of RGB (Red+Green+Blue) = 204+66+110=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC426E is #33BD91. Grayscale: #707070. Windows color (decimal): -3390866 or 7226060. OLE color: 7226060.

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

Color convert

RGB 204 66 110 -
CMYK 0 0.68 0.46 0.2
HSL 340.87º 0.58% 0.53% -
HSV(B) 340.87º 0.68% 0.8% -
XYZ 29.66 17.86 16.64 -
YUV 112.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 204 66 110 0 0.68 0.46 0.2 340.87 0.58 0.53
Hex CC 42 6E 0 44 2E 14 155 3A 35
Octal 314 102 156 0 104 56 24 525 72 65
Binary 11001100 1000010 1101110 0 1000100 101110 10100 101010101 111010 110101

Color Harmonies of #CC426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC426E

Black with #CC426E

Text Example


Text Example

White with #CC426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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