Html Css Color HEX #C65975 Cabaret

📋 copy color: '#C65975'

red 198 ◦ green 89 ◦ blue 117

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

Shades of Cabaret #C65975

Tints of Cabaret #C65975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.03%

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

R = 49.01%
G = 22.03%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65975 (or 0xC65975) is known color: Cabaret. HEX triplet: C6, 59 and 75. RGB value is (198,89,117). Sum of RGB (Red+Green+Blue) = 198+89+117=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C65975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65975 is #39A68A. Grayscale: #7C7C7C. Windows color (decimal): -3778187 or 7690694. OLE color: 7690694.

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

Color convert

RGB 198 89 117 -
CMYK 0 0.55 0.41 0.22
HSL 344.59º 0.49% 0.56% -
HSV(B) 344.59º 0.55% 0.78% -
XYZ 30.07 20.43 19.19 -
YUV 124.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 198 89 117 0 0.55 0.41 0.22 344.59 0.49 0.56
Hex C6 59 75 0 37 29 16 159 31 38
Octal 306 131 165 0 67 51 26 531 61 70
Binary 11000110 1011001 1110101 0 110111 101001 10110 101011001 110001 111000

Color Harmonies of #C65975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65975

Black with #C65975

Text Example


Text Example

White with #C65975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65975; }

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

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

background-color css

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

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

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

border-color css

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

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

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