Html Css Color HEX #C65475 Cabaret

📋 copy color: '#C65475'

red 198 ◦ green 84 ◦ blue 117

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

Shades of Cabaret #C65475

Tints of Cabaret #C65475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 49.62%
G = 21.05%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65475 (or 0xC65475) is known color: Cabaret. HEX triplet: C6, 54 and 75. RGB value is (198,84,117). Sum of RGB (Red+Green+Blue) = 198+84+117=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65475 is #39AB8A. Grayscale: #797979. Windows color (decimal): -3779467 or 7689414. OLE color: 7689414.

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

Color convert

RGB 198 84 117 -
CMYK 0 0.58 0.41 0.22
HSL 342.63º 0.5% 0.55% -
HSV(B) 342.63º 0.58% 0.78% -
XYZ 29.67 19.63 19.05 -
YUV 121.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 198 84 117 0 0.58 0.41 0.22 342.63 0.5 0.55
Hex C6 54 75 0 3A 29 16 157 32 37
Octal 306 124 165 0 72 51 26 527 62 67
Binary 11000110 1010100 1110101 0 111010 101001 10110 101010111 110010 110111

Color Harmonies of #C65475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65475

Black with #C65475

Text Example


Text Example

White with #C65475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65475; }

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

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

background-color css

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

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

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

border-color css

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

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

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