Html Css Color HEX #C65370 Cabaret

📋 copy color: '#C65370'

red 198 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C65370

Tints of Cabaret #C65370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 50.38%
G = 21.12%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C65370 (or 0xC65370) is known color: Cabaret. HEX triplet: C6, 53 and 70. RGB value is (198,83,112). Sum of RGB (Red+Green+Blue) = 198+83+112=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C65370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65370 is #39AC8F. Grayscale: #787878. Windows color (decimal): -3779728 or 7361478. OLE color: 7361478.

HSL color Cylindrical-coordinate representation of color #C65370: hue angle of 344.87º 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 #C65370 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 112 -
CMYK 0 0.58 0.43 0.22
HSL 344.87º 0.5% 0.55% -
HSV(B) 344.87º 0.58% 0.78% -
XYZ 29.31 19.36 17.52 -
YUV 120.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 198 83 112 0 0.58 0.43 0.22 344.87 0.5 0.55
Hex C6 53 70 0 3A 2B 16 159 32 37
Octal 306 123 160 0 72 53 26 531 62 67
Binary 11000110 1010011 1110000 0 111010 101011 10110 101011001 110010 110111

Color Harmonies of #C65370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65370

Black with #C65370

Text Example


Text Example

White with #C65370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65370; }

 p { color: rgb(198,83,112); }

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

background-color css

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

 a { background-color: rgb(198,83,112); }

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

border-color css

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

 span { border-color: rgb(198,83,112); }

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