Html Css Color HEX #C35766 Cabaret

📋 copy color: '#C35766'

red 195 ◦ green 87 ◦ blue 102

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

Shades of Cabaret #C35766

Tints of Cabaret #C35766

RGB

 RED value IS 195 (76.56% from 255) = 50.78%

 GREEN value IS 87 (34.38% from 255) = 22.66%

 BLUE value IS 102 (40.23% from 255) = 26.56%

R = 50.78%
G = 22.66%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C35766 (or 0xC35766) is known color: Cabaret. HEX triplet: C3, 57 and 66. RGB value is (195,87,102). Sum of RGB (Red+Green+Blue) = 195+87+102=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C35766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35766 is #3CA899. Grayscale: #797979. Windows color (decimal): -3975322 or 6707139. OLE color: 6707139.

HSL color Cylindrical-coordinate representation of color #C35766: hue angle of 351.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35766 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 87 102 -
CMYK 0 0.55 0.48 0.24
HSL 351.67º 0.47% 0.55% -
HSV(B) 351.67º 0.55% 0.76% -
XYZ 28.31 19.38 14.82 -
YUV 121 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 195 87 102 0 0.55 0.48 0.24 351.67 0.47 0.55
Hex C3 57 66 0 37 30 18 160 2F 37
Octal 303 127 146 0 67 60 30 540 57 67
Binary 11000011 1010111 1100110 0 110111 110000 11000 101100000 101111 110111

Color Harmonies of #C35766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35766

Black with #C35766

Text Example


Text Example

White with #C35766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35766; }

 p { color: rgb(195,87,102); }

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

background-color css

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

 a { background-color: rgb(195,87,102); }

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

border-color css

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

 span { border-color: rgb(195,87,102); }

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