Html Css Color HEX #C65F75 Cabaret

📋 copy color: '#C65F75'

red 198 ◦ green 95 ◦ blue 117

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

Shades of Cabaret #C65F75

Tints of Cabaret #C65F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 48.29%
G = 23.17%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65F75 (or 0xC65F75) is known color: Cabaret. HEX triplet: C6, 5F and 75. RGB value is (198,95,117). Sum of RGB (Red+Green+Blue) = 198+95+117=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F75 is #39A08A. Grayscale: #808080. Windows color (decimal): -3776651 or 7692230. OLE color: 7692230.

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

Color convert

RGB 198 95 117 -
CMYK 0 0.52 0.41 0.22
HSL 347.18º 0.47% 0.57% -
HSV(B) 347.18º 0.52% 0.78% -
XYZ 30.59 21.47 19.36 -
YUV 128.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 198 95 117 0 0.52 0.41 0.22 347.18 0.47 0.57
Hex C6 5F 75 0 34 29 16 15B 2F 39
Octal 306 137 165 0 64 51 26 533 57 71
Binary 11000110 1011111 1110101 0 110100 101001 10110 101011011 101111 111001

Color Harmonies of #C65F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F75

Black with #C65F75

Text Example


Text Example

White with #C65F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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