Html Css Color HEX #C65467 Cabaret

📋 copy color: '#C65467'

red 198 ◦ green 84 ◦ blue 103

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

Shades of Cabaret #C65467

Tints of Cabaret #C65467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.75%

R = 51.43%
G = 21.82%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C65467 (or 0xC65467) is known color: Cabaret. HEX triplet: C6, 54 and 67. RGB value is (198,84,103). Sum of RGB (Red+Green+Blue) = 198+84+103=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C65467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65467 is #39AB98. Grayscale: #787878. Windows color (decimal): -3779481 or 6771910. OLE color: 6771910.

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

Color convert

RGB 198 84 103 -
CMYK 0 0.58 0.48 0.22
HSL 350º 0.5% 0.55% -
HSV(B) 350º 0.58% 0.78% -
XYZ 28.91 19.33 15.04 -
YUV 120.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 198 84 103 0 0.58 0.48 0.22 350 0.5 0.55
Hex C6 54 67 0 3A 30 16 15E 32 37
Octal 306 124 147 0 72 60 26 536 62 67
Binary 11000110 1010100 1100111 0 111010 110000 10110 101011110 110010 110111

Color Harmonies of #C65467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65467

Black with #C65467

Text Example


Text Example

White with #C65467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65467; }

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

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

background-color css

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

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

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

border-color css

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

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

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