Html Css Color HEX #CC5A69 Cabaret

📋 copy color: '#CC5A69'

red 204 ◦ green 90 ◦ blue 105

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

Shades of Cabaret #CC5A69

Tints of Cabaret #CC5A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

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

R = 51.13%
G = 22.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC5A69 (or 0xCC5A69) is known color: Cabaret. HEX triplet: CC, 5A and 69. RGB value is (204,90,105). Sum of RGB (Red+Green+Blue) = 204+90+105=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A69 is #33A596. Grayscale: #7D7D7D. Windows color (decimal): -3384727 or 6904524. OLE color: 6904524.

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

Color convert

RGB 204 90 105 -
CMYK 0 0.56 0.49 0.2
HSL 352.11º 0.53% 0.58% -
HSV(B) 352.11º 0.56% 0.8% -
XYZ 31.11 21.17 15.81 -
YUV 125.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 204 90 105 0 0.56 0.49 0.2 352.11 0.53 0.58
Hex CC 5A 69 0 38 31 14 160 35 3A
Octal 314 132 151 0 70 61 24 540 65 72
Binary 11001100 1011010 1101001 0 111000 110001 10100 101100000 110101 111010

Color Harmonies of #CC5A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A69

Black with #CC5A69

Text Example


Text Example

White with #CC5A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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