Html Css Color HEX #CC6075 Cabaret

📋 copy color: '#CC6075'

red 204 ◦ green 96 ◦ blue 117

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

Shades of Cabaret #CC6075

Tints of Cabaret #CC6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 48.92%
G = 23.02%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC6075 (or 0xCC6075) is known color: Cabaret. HEX triplet: CC, 60 and 75. RGB value is (204,96,117). Sum of RGB (Red+Green+Blue) = 204+96+117=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6075 is #339F8A. Grayscale: #828282. Windows color (decimal): -3383179 or 7692492. OLE color: 7692492.

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

Color convert

RGB 204 96 117 -
CMYK 0 0.53 0.43 0.2
HSL 348.33º 0.51% 0.59% -
HSV(B) 348.33º 0.53% 0.8% -
XYZ 32.3 22.49 19.47 -
YUV 130.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 204 96 117 0 0.53 0.43 0.2 348.33 0.51 0.59
Hex CC 60 75 0 35 2B 14 15C 33 3B
Octal 314 140 165 0 65 53 24 534 63 73
Binary 11001100 1100000 1110101 0 110101 101011 10100 101011100 110011 111011

Color Harmonies of #CC6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6075

Black with #CC6075

Text Example


Text Example

White with #CC6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6075; }

 p { color: rgb(204,96,117); }

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

background-color css

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

 a { background-color: rgb(204,96,117); }

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

border-color css

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

 span { border-color: rgb(204,96,117); }

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