Html Css Color HEX #C06471 Cabaret

📋 copy color: '#C06471'

red 192 ◦ green 100 ◦ blue 113

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

Shades of Cabaret #C06471

Tints of Cabaret #C06471

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 47.41%
G = 24.69%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06471 (or 0xC06471) is known color: Cabaret. HEX triplet: C0, 64 and 71. RGB value is (192,100,113). Sum of RGB (Red+Green+Blue) = 192+100+113=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C06471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06471 is #3F9B8E. Grayscale: #818181. Windows color (decimal): -4168591 or 7431360. OLE color: 7431360.

HSL color Cylindrical-coordinate representation of color #C06471: hue angle of 351.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06471 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 113 -
CMYK 0 0.48 0.41 0.25
HSL 351.52º 0.42% 0.57% -
HSV(B) 351.52º 0.48% 0.75% -
XYZ 29.28 21.51 18.23 -
YUV 128.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 192 100 113 0 0.48 0.41 0.25 351.52 0.42 0.57
Hex C0 64 71 0 30 29 19 160 2A 39
Octal 300 144 161 0 60 51 31 540 52 71
Binary 11000000 1100100 1110001 0 110000 101001 11001 101100000 101010 111001

Color Harmonies of #C06471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06471

Black with #C06471

Text Example


Text Example

White with #C06471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06471; }

 p { color: rgb(192,100,113); }

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

background-color css

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

 a { background-color: rgb(192,100,113); }

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

border-color css

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

 span { border-color: rgb(192,100,113); }

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