Html Css Color HEX #CC5C67 Cabaret

📋 copy color: '#CC5C67'

red 204 ◦ green 92 ◦ blue 103

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

Shades of Cabaret #CC5C67

Tints of Cabaret #CC5C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.81%

R = 51.13%
G = 23.06%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC5C67 (or 0xCC5C67) is known color: Cabaret. HEX triplet: CC, 5C and 67. RGB value is (204,92,103). Sum of RGB (Red+Green+Blue) = 204+92+103=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C67 is #33A398. Grayscale: #7E7E7E. Windows color (decimal): -3384217 or 6773964. OLE color: 6773964.

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

Color convert

RGB 204 92 103 -
CMYK 0 0.55 0.50 0.2
HSL 354.11º 0.52% 0.58% -
HSV(B) 354.11º 0.55% 0.8% -
XYZ 31.18 21.47 15.33 -
YUV 126.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 204 92 103 0 0.55 0.50 0.2 354.11 0.52 0.58
Hex CC 5C 67 0 37 32 14 162 34 3A
Octal 314 134 147 0 67 62 24 542 64 72
Binary 11001100 1011100 1100111 0 110111 110010 10100 101100010 110100 111010

Color Harmonies of #CC5C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C67

Black with #CC5C67

Text Example


Text Example

White with #CC5C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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