Html Css Color HEX #CC4062 Cabaret

📋 copy color: '#CC4062'

red 204 ◦ green 64 ◦ blue 98

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

Shades of Cabaret #CC4062

Tints of Cabaret #CC4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 98 (38.67% from 255) = 26.78%

R = 55.74%
G = 17.49%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC4062 (or 0xCC4062) is known color: Cabaret. HEX triplet: CC, 40 and 62. RGB value is (204,64,98). Sum of RGB (Red+Green+Blue) = 204+64+98=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4062 is #33BF9D. Grayscale: #6D6D6D. Windows color (decimal): -3391390 or 6439116. OLE color: 6439116.

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

Color convert

RGB 204 64 98 -
CMYK 0 0.69 0.52 0.2
HSL 345.43º 0.58% 0.53% -
HSV(B) 345.43º 0.69% 0.8% -
XYZ 28.94 17.39 13.39 -
YUV 109.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 204 64 98 0 0.69 0.52 0.2 345.43 0.58 0.53
Hex CC 40 62 0 45 34 14 159 3A 35
Octal 314 100 142 0 105 64 24 531 72 65
Binary 11001100 1000000 1100010 0 1000101 110100 10100 101011001 111010 110101

Color Harmonies of #CC4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4062

Black with #CC4062

Text Example


Text Example

White with #CC4062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4062; }

 p { color: rgb(204,64,98); }

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

background-color css

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

 a { background-color: rgb(204,64,98); }

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

border-color css

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

 span { border-color: rgb(204,64,98); }

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