Html Css Color HEX #CC5C6D Cabaret

📋 copy color: '#CC5C6D'

red 204 ◦ green 92 ◦ blue 109

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

Shades of Cabaret #CC5C6D

Tints of Cabaret #CC5C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 50.37%
G = 22.72%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC5C6D (or 0xCC5C6D) is known color: Cabaret. HEX triplet: CC, 5C and 6D. RGB value is (204,92,109). Sum of RGB (Red+Green+Blue) = 204+92+109=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C6D is #33A392. Grayscale: #7F7F7F. Windows color (decimal): -3384211 or 7167180. OLE color: 7167180.

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

Color convert

RGB 204 92 109 -
CMYK 0 0.55 0.47 0.2
HSL 350.89º 0.52% 0.58% -
HSV(B) 350.89º 0.55% 0.8% -
XYZ 31.49 21.6 16.98 -
YUV 127.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 204 92 109 0 0.55 0.47 0.2 350.89 0.52 0.58
Hex CC 5C 6D 0 37 2F 14 15F 34 3A
Octal 314 134 155 0 67 57 24 537 64 72
Binary 11001100 1011100 1101101 0 110111 101111 10100 101011111 110100 111010

Color Harmonies of #CC5C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C6D

Black with #CC5C6D

Text Example


Text Example

White with #CC5C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C6D; }

 p { color: rgb(204,92,109); }

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

background-color css

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

 a { background-color: rgb(204,92,109); }

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

border-color css

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

 span { border-color: rgb(204,92,109); }

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