Html Css Color HEX #C66775 Cabaret

📋 copy color: '#C66775'

red 198 ◦ green 103 ◦ blue 117

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

Shades of Cabaret #C66775

Tints of Cabaret #C66775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.64%

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

R = 47.37%
G = 24.64%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C66775 (or 0xC66775) is known color: Cabaret. HEX triplet: C6, 67 and 75. RGB value is (198,103,117). Sum of RGB (Red+Green+Blue) = 198+103+117=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C66775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66775 is #39988A. Grayscale: #858585. Windows color (decimal): -3774603 or 7694278. OLE color: 7694278.

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

Color convert

RGB 198 103 117 -
CMYK 0 0.48 0.41 0.22
HSL 351.16º 0.45% 0.59% -
HSV(B) 351.16º 0.48% 0.78% -
XYZ 31.35 22.99 19.61 -
YUV 133 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 198 103 117 0 0.48 0.41 0.22 351.16 0.45 0.59
Hex C6 67 75 0 30 29 16 15F 2D 3B
Octal 306 147 165 0 60 51 26 537 55 73
Binary 11000110 1100111 1110101 0 110000 101001 10110 101011111 101101 111011

Color Harmonies of #C66775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66775

Black with #C66775

Text Example


Text Example

White with #C66775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66775; }

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

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

background-color css

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

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

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

border-color css

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

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

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