Html Css Color HEX #C66175 Cabaret

📋 copy color: '#C66175'

red 198 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #C66175

Tints of Cabaret #C66175

RGB

 RED value IS 198 (77.73% from 255) = 48.06%

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

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

R = 48.06%
G = 23.54%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C66175 (or 0xC66175) is known color: Cabaret. HEX triplet: C6, 61 and 75. RGB value is (198,97,117). Sum of RGB (Red+Green+Blue) = 198+97+117=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C66175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66175 is #399E8A. Grayscale: #818181. Windows color (decimal): -3776139 or 7692742. OLE color: 7692742.

HSL color Cylindrical-coordinate representation of color #C66175: hue angle of 348.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66175 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 117 -
CMYK 0 0.51 0.41 0.22
HSL 348.12º 0.47% 0.58% -
HSV(B) 348.12º 0.51% 0.78% -
XYZ 30.77 21.84 19.42 -
YUV 129.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 198 97 117 0 0.51 0.41 0.22 348.12 0.47 0.58
Hex C6 61 75 0 33 29 16 15C 2F 3A
Octal 306 141 165 0 63 51 26 534 57 72
Binary 11000110 1100001 1110101 0 110011 101001 10110 101011100 101111 111010

Color Harmonies of #C66175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66175

Black with #C66175

Text Example


Text Example

White with #C66175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66175; }

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

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

background-color css

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

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

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

border-color css

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

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

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