Html Css Color HEX #C75A68 Cabaret

📋 copy color: '#C75A68'

red 199 ◦ green 90 ◦ blue 104

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

Shades of Cabaret #C75A68

Tints of Cabaret #C75A68

RGB

 RED value IS 199 (78.13% from 255) = 50.64%

 GREEN value IS 90 (35.55% from 255) = 22.9%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 50.64%
G = 22.9%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C75A68 (or 0xC75A68) is known color: Cabaret. HEX triplet: C7, 5A and 68. RGB value is (199,90,104). Sum of RGB (Red+Green+Blue) = 199+90+104=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A68 is #38A597. Grayscale: #7C7C7C. Windows color (decimal): -3712408 or 6838983. OLE color: 6838983.

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

Color convert

RGB 199 90 104 -
CMYK 0 0.55 0.48 0.22
HSL 352.29º 0.49% 0.57% -
HSV(B) 352.29º 0.55% 0.78% -
XYZ 29.71 20.45 15.48 -
YUV 124.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 199 90 104 0 0.55 0.48 0.22 352.29 0.49 0.57
Hex C7 5A 68 0 37 30 16 160 31 39
Octal 307 132 150 0 67 60 26 540 61 71
Binary 11000111 1011010 1101000 0 110111 110000 10110 101100000 110001 111001

Color Harmonies of #C75A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A68

Black with #C75A68

Text Example


Text Example

White with #C75A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A68; }

 p { color: rgb(199,90,104); }

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

background-color css

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

 a { background-color: rgb(199,90,104); }

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

border-color css

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

 span { border-color: rgb(199,90,104); }

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