Html Css Color HEX #C65D7E Cabaret

📋 copy color: '#C65D7E'

red 198 ◦ green 93 ◦ blue 126

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

Shades of Cabaret #C65D7E

Tints of Cabaret #C65D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 47.48%
G = 22.3%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C65D7E (or 0xC65D7E) is known color: Cabaret. HEX triplet: C6, 5D and 7E. RGB value is (198,93,126). Sum of RGB (Red+Green+Blue) = 198+93+126=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D7E is #39A281. Grayscale: #808080. Windows color (decimal): -3777154 or 8281542. OLE color: 8281542.

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

Color convert

RGB 198 93 126 -
CMYK 0 0.53 0.36 0.22
HSL 341.14º 0.48% 0.57% -
HSV(B) 341.14º 0.53% 0.78% -
XYZ 30.97 21.34 22.23 -
YUV 128.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 198 93 126 0 0.53 0.36 0.22 341.14 0.48 0.57
Hex C6 5D 7E 0 35 24 16 155 30 39
Octal 306 135 176 0 65 44 26 525 60 71
Binary 11000110 1011101 1111110 0 110101 100100 10110 101010101 110000 111001

Color Harmonies of #C65D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D7E

Black with #C65D7E

Text Example


Text Example

White with #C65D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D7E; }

 p { color: rgb(198,93,126); }

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

background-color css

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

 a { background-color: rgb(198,93,126); }

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

border-color css

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

 span { border-color: rgb(198,93,126); }

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