Html Css Color HEX #CC6770 Cabaret

📋 copy color: '#CC6770'

red 204 ◦ green 103 ◦ blue 112

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

Shades of Cabaret #CC6770

Tints of Cabaret #CC6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.58%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 48.69%
G = 24.58%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC6770 (or 0xCC6770) is known color: Cabaret. HEX triplet: CC, 67 and 70. RGB value is (204,103,112). Sum of RGB (Red+Green+Blue) = 204+103+112=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6770 is #33988F. Grayscale: #868686. Windows color (decimal): -3381392 or 7366604. OLE color: 7366604.

HSL color Cylindrical-coordinate representation of color #CC6770: hue angle of 354.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6770 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 112 -
CMYK 0 0.50 0.45 0.2
HSL 354.65º 0.5% 0.6% -
HSV(B) 354.65º 0.5% 0.8% -
XYZ 32.68 23.71 18.18 -
YUV 134.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 204 103 112 0 0.50 0.45 0.2 354.65 0.5 0.6
Hex CC 67 70 0 32 2D 14 163 32 3C
Octal 314 147 160 0 62 55 24 543 62 74
Binary 11001100 1100111 1110000 0 110010 101101 10100 101100011 110010 111100

Color Harmonies of #CC6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6770

Black with #CC6770

Text Example


Text Example

White with #CC6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6770; }

 p { color: rgb(204,103,112); }

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

background-color css

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

 a { background-color: rgb(204,103,112); }

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

border-color css

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

 span { border-color: rgb(204,103,112); }

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