Html Css Color HEX #CC676F Cabaret

📋 copy color: '#CC676F'

red 204 ◦ green 103 ◦ blue 111

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

Shades of Cabaret #CC676F

Tints of Cabaret #CC676F

RGB

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

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

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

R = 48.8%
G = 24.64%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC676F (or 0xCC676F) is known color: Cabaret. HEX triplet: CC, 67 and 6F. RGB value is (204,103,111). Sum of RGB (Red+Green+Blue) = 204+103+111=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC676F is #339890. Grayscale: #868686. Windows color (decimal): -3381393 or 7301068. OLE color: 7301068.

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

Color convert

RGB 204 103 111 -
CMYK 0 0.50 0.46 0.2
HSL 355.25º 0.5% 0.6% -
HSV(B) 355.25º 0.5% 0.8% -
XYZ 32.62 23.69 17.89 -
YUV 134.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 204 103 111 0 0.50 0.46 0.2 355.25 0.5 0.6
Hex CC 67 6F 0 32 2E 14 163 32 3C
Octal 314 147 157 0 62 56 24 543 62 74
Binary 11001100 1100111 1101111 0 110010 101110 10100 101100011 110010 111100

Color Harmonies of #CC676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC676F

Black with #CC676F

Text Example


Text Example

White with #CC676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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