Html Css Color HEX #C65575 Cabaret

📋 copy color: '#C65575'

red 198 ◦ green 85 ◦ blue 117

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

Shades of Cabaret #C65575

Tints of Cabaret #C65575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 49.5%
G = 21.25%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65575 (or 0xC65575) is known color: Cabaret. HEX triplet: C6, 55 and 75. RGB value is (198,85,117). Sum of RGB (Red+Green+Blue) = 198+85+117=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C65575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65575 is #39AA8A. Grayscale: #7A7A7A. Windows color (decimal): -3779211 or 7689670. OLE color: 7689670.

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

Color convert

RGB 198 85 117 -
CMYK 0 0.57 0.41 0.22
HSL 343.01º 0.5% 0.55% -
HSV(B) 343.01º 0.57% 0.78% -
XYZ 29.75 19.79 19.08 -
YUV 122.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 198 85 117 0 0.57 0.41 0.22 343.01 0.5 0.55
Hex C6 55 75 0 39 29 16 157 32 37
Octal 306 125 165 0 71 51 26 527 62 67
Binary 11000110 1010101 1110101 0 111001 101001 10110 101010111 110010 110111

Color Harmonies of #C65575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65575

Black with #C65575

Text Example


Text Example

White with #C65575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65575; }

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

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

background-color css

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

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

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

border-color css

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

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

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