Html Css Color HEX #CC6069 Cabaret

📋 copy color: '#CC6069'

red 204 ◦ green 96 ◦ blue 105

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

Shades of Cabaret #CC6069

Tints of Cabaret #CC6069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.93%

R = 50.37%
G = 23.7%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC6069 (or 0xCC6069) is known color: Cabaret. HEX triplet: CC, 60 and 69. RGB value is (204,96,105). Sum of RGB (Red+Green+Blue) = 204+96+105=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6069 is #339F96. Grayscale: #818181. Windows color (decimal): -3383191 or 6906060. OLE color: 6906060.

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

Color convert

RGB 204 96 105 -
CMYK 0 0.53 0.49 0.2
HSL 355º 0.51% 0.59% -
HSV(B) 355º 0.53% 0.8% -
XYZ 31.63 22.22 15.99 -
YUV 129.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 204 96 105 0 0.53 0.49 0.2 355 0.51 0.59
Hex CC 60 69 0 35 31 14 163 33 3B
Octal 314 140 151 0 65 61 24 543 63 73
Binary 11001100 1100000 1101001 0 110101 110001 10100 101100011 110011 111011

Color Harmonies of #CC6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6069

Black with #CC6069

Text Example


Text Example

White with #CC6069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6069; }

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

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

background-color css

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

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

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

border-color css

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

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

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