Html Css Color HEX #C65572 Cabaret

📋 copy color: '#C65572'

red 198 ◦ green 85 ◦ blue 114

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

Shades of Cabaret #C65572

Tints of Cabaret #C65572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 49.87%
G = 21.41%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C65572 (or 0xC65572) is known color: Cabaret. HEX triplet: C6, 55 and 72. RGB value is (198,85,114). Sum of RGB (Red+Green+Blue) = 198+85+114=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65572 is #39AA8D. Grayscale: #7A7A7A. Windows color (decimal): -3779214 or 7493062. OLE color: 7493062.

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

Color convert

RGB 198 85 114 -
CMYK 0 0.57 0.42 0.22
HSL 344.6º 0.5% 0.55% -
HSV(B) 344.6º 0.57% 0.78% -
XYZ 29.57 19.72 18.17 -
YUV 122.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 198 85 114 0 0.57 0.42 0.22 344.6 0.5 0.55
Hex C6 55 72 0 39 2A 16 159 32 37
Octal 306 125 162 0 71 52 26 531 62 67
Binary 11000110 1010101 1110010 0 111001 101010 10110 101011001 110010 110111

Color Harmonies of #C65572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65572

Black with #C65572

Text Example


Text Example

White with #C65572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65572; }

 p { color: rgb(198,85,114); }

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

background-color css

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

 a { background-color: rgb(198,85,114); }

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

border-color css

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

 span { border-color: rgb(198,85,114); }

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