Html Css Color HEX #C75C6A Cabaret

📋 copy color: '#C75C6A'

red 199 ◦ green 92 ◦ blue 106

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

Shades of Cabaret #C75C6A

Tints of Cabaret #C75C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 50.13%
G = 23.17%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C75C6A (or 0xC75C6A) is known color: Cabaret. HEX triplet: C7, 5C and 6A. RGB value is (199,92,106). Sum of RGB (Red+Green+Blue) = 199+92+106=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C6A is #38A395. Grayscale: #7D7D7D. Windows color (decimal): -3711894 or 6970567. OLE color: 6970567.

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

Color convert

RGB 199 92 106 -
CMYK 0 0.54 0.47 0.22
HSL 352.15º 0.49% 0.57% -
HSV(B) 352.15º 0.54% 0.78% -
XYZ 29.98 20.84 16.08 -
YUV 125.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 199 92 106 0 0.54 0.47 0.22 352.15 0.49 0.57
Hex C7 5C 6A 0 36 2F 16 160 31 39
Octal 307 134 152 0 66 57 26 540 61 71
Binary 11000111 1011100 1101010 0 110110 101111 10110 101100000 110001 111001

Color Harmonies of #C75C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C6A

Black with #C75C6A

Text Example


Text Example

White with #C75C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C6A; }

 p { color: rgb(199,92,106); }

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

background-color css

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

 a { background-color: rgb(199,92,106); }

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

border-color css

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

 span { border-color: rgb(199,92,106); }

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