Html Css Color HEX #C65675 Cabaret

📋 copy color: '#C65675'

red 198 ◦ green 86 ◦ blue 117

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

Shades of Cabaret #C65675

Tints of Cabaret #C65675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.45%

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

R = 49.38%
G = 21.45%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65675 (or 0xC65675) is known color: Cabaret. HEX triplet: C6, 56 and 75. RGB value is (198,86,117). Sum of RGB (Red+Green+Blue) = 198+86+117=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C65675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65675 is #39A98A. Grayscale: #7B7B7B. Windows color (decimal): -3778955 or 7689926. OLE color: 7689926.

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

Color convert

RGB 198 86 117 -
CMYK 0 0.57 0.41 0.22
HSL 343.39º 0.5% 0.56% -
HSV(B) 343.39º 0.57% 0.78% -
XYZ 29.83 19.95 19.11 -
YUV 123.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 198 86 117 0 0.57 0.41 0.22 343.39 0.5 0.56
Hex C6 56 75 0 39 29 16 157 32 38
Octal 306 126 165 0 71 51 26 527 62 70
Binary 11000110 1010110 1110101 0 111001 101001 10110 101010111 110010 111000

Color Harmonies of #C65675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65675

Black with #C65675

Text Example


Text Example

White with #C65675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65675; }

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

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

background-color css

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

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

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

border-color css

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

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

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