Html Css Color HEX #CC6371 Cabaret

📋 copy color: '#CC6371'

red 204 ◦ green 99 ◦ blue 113

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

Shades of Cabaret #CC6371

Tints of Cabaret #CC6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.8%

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

R = 49.04%
G = 23.8%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC6371 (or 0xCC6371) is known color: Cabaret. HEX triplet: CC, 63 and 71. RGB value is (204,99,113). Sum of RGB (Red+Green+Blue) = 204+99+113=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6371 is #339C8E. Grayscale: #848484. Windows color (decimal): -3382415 or 7431116. OLE color: 7431116.

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

Color convert

RGB 204 99 113 -
CMYK 0 0.51 0.45 0.2
HSL 352º 0.51% 0.59% -
HSV(B) 352º 0.51% 0.8% -
XYZ 32.34 22.95 18.35 -
YUV 131.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 204 99 113 0 0.51 0.45 0.2 352 0.51 0.59
Hex CC 63 71 0 33 2D 14 160 33 3B
Octal 314 143 161 0 63 55 24 540 63 73
Binary 11001100 1100011 1110001 0 110011 101101 10100 101100000 110011 111011

Color Harmonies of #CC6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6371

Black with #CC6371

Text Example


Text Example

White with #CC6371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6371; }

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

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

background-color css

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

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

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

border-color css

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

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

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