Html Css Color HEX #C65465 Cabaret

📋 copy color: '#C65465'

red 198 ◦ green 84 ◦ blue 101

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

Shades of Cabaret #C65465

Tints of Cabaret #C65465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.37%

R = 51.7%
G = 21.93%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65465 (or 0xC65465) is known color: Cabaret. HEX triplet: C6, 54 and 65. RGB value is (198,84,101). Sum of RGB (Red+Green+Blue) = 198+84+101=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C65465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65465 is #39AB9A. Grayscale: #787878. Windows color (decimal): -3779483 or 6640838. OLE color: 6640838.

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

Color convert

RGB 198 84 101 -
CMYK 0 0.58 0.49 0.22
HSL 351.05º 0.5% 0.55% -
HSV(B) 351.05º 0.58% 0.78% -
XYZ 28.81 19.29 14.52 -
YUV 120.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 198 84 101 0 0.58 0.49 0.22 351.05 0.5 0.55
Hex C6 54 65 0 3A 31 16 15F 32 37
Octal 306 124 145 0 72 61 26 537 62 67
Binary 11000110 1010100 1100101 0 111010 110001 10110 101011111 110010 110111

Color Harmonies of #C65465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65465

Black with #C65465

Text Example


Text Example

White with #C65465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65465; }

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

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

background-color css

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

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

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

border-color css

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

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

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