Html Css Color HEX #C65775 Cabaret

📋 copy color: '#C65775'

red 198 ◦ green 87 ◦ blue 117

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

Shades of Cabaret #C65775

Tints of Cabaret #C65775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.64%

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

R = 49.25%
G = 21.64%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65775 (or 0xC65775) is known color: Cabaret. HEX triplet: C6, 57 and 75. RGB value is (198,87,117). Sum of RGB (Red+Green+Blue) = 198+87+117=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C65775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65775 is #39A88A. Grayscale: #7B7B7B. Windows color (decimal): -3778699 or 7690182. OLE color: 7690182.

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

Color convert

RGB 198 87 117 -
CMYK 0 0.56 0.41 0.22
HSL 343.78º 0.49% 0.56% -
HSV(B) 343.78º 0.56% 0.78% -
XYZ 29.91 20.11 19.13 -
YUV 123.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 198 87 117 0 0.56 0.41 0.22 343.78 0.49 0.56
Hex C6 57 75 0 38 29 16 158 31 38
Octal 306 127 165 0 70 51 26 530 61 70
Binary 11000110 1010111 1110101 0 111000 101001 10110 101011000 110001 111000

Color Harmonies of #C65775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65775

Black with #C65775

Text Example


Text Example

White with #C65775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65775; }

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

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

background-color css

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

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

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

border-color css

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

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

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