Html Css Color HEX #CC616A Cabaret

📋 copy color: '#CC616A'

red 204 ◦ green 97 ◦ blue 106

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

Shades of Cabaret #CC616A

Tints of Cabaret #CC616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.83%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 50.12%
G = 23.83%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC616A (or 0xCC616A) is known color: Cabaret. HEX triplet: CC, 61 and 6A. RGB value is (204,97,106). Sum of RGB (Red+Green+Blue) = 204+97+106=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC616A is #339E95. Grayscale: #828282. Windows color (decimal): -3382934 or 6971852. OLE color: 6971852.

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

Color convert

RGB 204 97 106 -
CMYK 0 0.52 0.48 0.2
HSL 354.95º 0.51% 0.59% -
HSV(B) 354.95º 0.52% 0.8% -
XYZ 31.78 22.43 16.29 -
YUV 130.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 204 97 106 0 0.52 0.48 0.2 354.95 0.51 0.59
Hex CC 61 6A 0 34 30 14 163 33 3B
Octal 314 141 152 0 64 60 24 543 63 73
Binary 11001100 1100001 1101010 0 110100 110000 10100 101100011 110011 111011

Color Harmonies of #CC616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC616A

Black with #CC616A

Text Example


Text Example

White with #CC616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC616A; }

 p { color: rgb(204,97,106); }

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

background-color css

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

 a { background-color: rgb(204,97,106); }

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

border-color css

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

 span { border-color: rgb(204,97,106); }

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