Html Css Color HEX #C36A6D Cabaret

📋 copy color: '#C36A6D'

red 195 ◦ green 106 ◦ blue 109

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

Shades of Cabaret #C36A6D

Tints of Cabaret #C36A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 47.56%
G = 25.85%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C36A6D (or 0xC36A6D) is known color: Cabaret. HEX triplet: C3, 6A and 6D. RGB value is (195,106,109). Sum of RGB (Red+Green+Blue) = 195+106+109=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A6D is #3C9592. Grayscale: #858585. Windows color (decimal): -3970451 or 7170755. OLE color: 7170755.

HSL color Cylindrical-coordinate representation of color #C36A6D: hue angle of 357.98º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36A6D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 106 109 -
CMYK 0 0.46 0.44 0.24
HSL 357.98º 0.43% 0.59% -
HSV(B) 357.98º 0.46% 0.76% -
XYZ 30.42 23.01 17.31 -
YUV 132.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 195 106 109 0 0.46 0.44 0.24 357.98 0.43 0.59
Hex C3 6A 6D 0 2E 2C 18 166 2B 3B
Octal 303 152 155 0 56 54 30 546 53 73
Binary 11000011 1101010 1101101 0 101110 101100 11000 101100110 101011 111011

Color Harmonies of #C36A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A6D

Black with #C36A6D

Text Example


Text Example

White with #C36A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A6D; }

 p { color: rgb(195,106,109); }

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

background-color css

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

 a { background-color: rgb(195,106,109); }

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

border-color css

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

 span { border-color: rgb(195,106,109); }

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