Html Css Color HEX #C65F77 Cabaret

📋 copy color: '#C65F77'

red 198 ◦ green 95 ◦ blue 119

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

Shades of Cabaret #C65F77

Tints of Cabaret #C65F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

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

R = 48.06%
G = 23.06%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C65F77 (or 0xC65F77) is known color: Cabaret. HEX triplet: C6, 5F and 77. RGB value is (198,95,119). Sum of RGB (Red+Green+Blue) = 198+95+119=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F77 is #39A088. Grayscale: #808080. Windows color (decimal): -3776649 or 7823302. OLE color: 7823302.

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

Color convert

RGB 198 95 119 -
CMYK 0 0.52 0.40 0.22
HSL 346.02º 0.47% 0.57% -
HSV(B) 346.02º 0.52% 0.78% -
XYZ 30.71 21.52 19.99 -
YUV 128.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 198 95 119 0 0.52 0.40 0.22 346.02 0.47 0.57
Hex C6 5F 77 0 34 28 16 15A 2F 39
Octal 306 137 167 0 64 50 26 532 57 71
Binary 11000110 1011111 1110111 0 110100 101000 10110 101011010 101111 111001

Color Harmonies of #C65F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F77

Black with #C65F77

Text Example


Text Example

White with #C65F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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