Html Css Color HEX #C65277 Cabaret

📋 copy color: '#C65277'

red 198 ◦ green 82 ◦ blue 119

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

Shades of Cabaret #C65277

Tints of Cabaret #C65277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

 BLUE value IS 119 (46.88% from 255) = 29.82%

R = 49.62%
G = 20.55%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C65277 (or 0xC65277) is known color: Cabaret. HEX triplet: C6, 52 and 77. RGB value is (198,82,119). Sum of RGB (Red+Green+Blue) = 198+82+119=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65277 is #39AD88. Grayscale: #787878. Windows color (decimal): -3779977 or 7819974. OLE color: 7819974.

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

Color convert

RGB 198 82 119 -
CMYK 0 0.59 0.40 0.22
HSL 340.86º 0.5% 0.55% -
HSV(B) 340.86º 0.59% 0.78% -
XYZ 29.64 19.37 19.63 -
YUV 120.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 198 82 119 0 0.59 0.40 0.22 340.86 0.5 0.55
Hex C6 52 77 0 3B 28 16 155 32 37
Octal 306 122 167 0 73 50 26 525 62 67
Binary 11000110 1010010 1110111 0 111011 101000 10110 101010101 110010 110111

Color Harmonies of #C65277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65277

Black with #C65277

Text Example


Text Example

White with #C65277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65277; }

 p { color: rgb(198,82,119); }

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

background-color css

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

 a { background-color: rgb(198,82,119); }

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

border-color css

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

 span { border-color: rgb(198,82,119); }

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