Html Css Color HEX #C06174 Cabaret

📋 copy color: '#C06174'

red 192 ◦ green 97 ◦ blue 116

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

Shades of Cabaret #C06174

Tints of Cabaret #C06174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 47.41%
G = 23.95%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06174 (or 0xC06174) is known color: Cabaret. HEX triplet: C0, 61 and 74. RGB value is (192,97,116). Sum of RGB (Red+Green+Blue) = 192+97+116=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C06174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06174 is #3F9E8B. Grayscale: #7F7F7F. Windows color (decimal): -4169356 or 7627200. OLE color: 7627200.

HSL color Cylindrical-coordinate representation of color #C06174: hue angle of 348º 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 #C06174 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 116 -
CMYK 0 0.49 0.40 0.25
HSL 348º 0.43% 0.57% -
HSV(B) 348º 0.49% 0.75% -
XYZ 29.17 21.02 19.04 -
YUV 127.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 192 97 116 0 0.49 0.40 0.25 348 0.43 0.57
Hex C0 61 74 0 31 28 19 15C 2B 39
Octal 300 141 164 0 61 50 31 534 53 71
Binary 11000000 1100001 1110100 0 110001 101000 11001 101011100 101011 111001

Color Harmonies of #C06174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06174

Black with #C06174

Text Example


Text Example

White with #C06174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06174; }

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

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

background-color css

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

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

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

border-color css

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

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

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