Html Css Color HEX #CC426B Cabaret

📋 copy color: '#CC426B'

red 204 ◦ green 66 ◦ blue 107

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

Shades of Cabaret #CC426B

Tints of Cabaret #CC426B

RGB

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

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

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

R = 54.11%
G = 17.51%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC426B (or 0xCC426B) is known color: Cabaret. HEX triplet: CC, 42 and 6B. RGB value is (204,66,107). Sum of RGB (Red+Green+Blue) = 204+66+107=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC426B is #33BD94. Grayscale: #6F6F6F. Windows color (decimal): -3390869 or 7029452. OLE color: 7029452.

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

Color convert

RGB 204 66 107 -
CMYK 0 0.68 0.48 0.2
HSL 342.17º 0.58% 0.53% -
HSV(B) 342.17º 0.68% 0.8% -
XYZ 29.5 17.8 15.79 -
YUV 111.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 204 66 107 0 0.68 0.48 0.2 342.17 0.58 0.53
Hex CC 42 6B 0 44 30 14 156 3A 35
Octal 314 102 153 0 104 60 24 526 72 65
Binary 11001100 1000010 1101011 0 1000100 110000 10100 101010110 111010 110101

Color Harmonies of #CC426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC426B

Black with #CC426B

Text Example


Text Example

White with #CC426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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