Html Css Color HEX #CC4B71 Cabaret

📋 copy color: '#CC4B71'

red 204 ◦ green 75 ◦ blue 113

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

Shades of Cabaret #CC4B71

Tints of Cabaret #CC4B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.13%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 52.04%
G = 19.13%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC4B71 (or 0xCC4B71) is known color: Cabaret. HEX triplet: CC, 4B and 71. RGB value is (204,75,113). Sum of RGB (Red+Green+Blue) = 204+75+113=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B71 is #33B48E. Grayscale: #757575. Windows color (decimal): -3388559 or 7424972. OLE color: 7424972.

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

Color convert

RGB 204 75 113 -
CMYK 0 0.63 0.45 0.2
HSL 342.33º 0.56% 0.55% -
HSV(B) 342.33º 0.63% 0.8% -
XYZ 30.4 19.06 17.7 -
YUV 117.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 204 75 113 0 0.63 0.45 0.2 342.33 0.56 0.55
Hex CC 4B 71 0 3F 2D 14 156 38 37
Octal 314 113 161 0 77 55 24 526 70 67
Binary 11001100 1001011 1110001 0 111111 101101 10100 101010110 111000 110111

Color Harmonies of #CC4B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B71

Black with #CC4B71

Text Example


Text Example

White with #CC4B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B71; }

 p { color: rgb(204,75,113); }

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

background-color css

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

 a { background-color: rgb(204,75,113); }

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

border-color css

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

 span { border-color: rgb(204,75,113); }

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