Html Css Color HEX #C06175 Cabaret

📋 copy color: '#C06175'

red 192 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #C06175

Tints of Cabaret #C06175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 47.29%
G = 23.89%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06175 (or 0xC06175) is known color: Cabaret. HEX triplet: C0, 61 and 75. RGB value is (192,97,117). Sum of RGB (Red+Green+Blue) = 192+97+117=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06175 is #3F9E8A. Grayscale: #7F7F7F. Windows color (decimal): -4169355 or 7692736. OLE color: 7692736.

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

Color convert

RGB 192 97 117 -
CMYK 0 0.49 0.39 0.25
HSL 347.37º 0.43% 0.57% -
HSV(B) 347.37º 0.49% 0.75% -
XYZ 29.22 21.04 19.35 -
YUV 127.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 192 97 117 0 0.49 0.39 0.25 347.37 0.43 0.57
Hex C0 61 75 0 31 27 19 15B 2B 39
Octal 300 141 165 0 61 47 31 533 53 71
Binary 11000000 1100001 1110101 0 110001 100111 11001 101011011 101011 111001

Color Harmonies of #C06175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06175

Black with #C06175

Text Example


Text Example

White with #C06175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06175; }

 p { color: rgb(192,97,117); }

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

background-color css

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

 a { background-color: rgb(192,97,117); }

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

border-color css

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

 span { border-color: rgb(192,97,117); }

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