Html Css Color HEX #C36A6C Cabaret

📋 copy color: '#C36A6C'

red 195 ◦ green 106 ◦ blue 108

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

Shades of Cabaret #C36A6C

Tints of Cabaret #C36A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 47.68%
G = 25.92%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C36A6C (or 0xC36A6C) is known color: Cabaret. HEX triplet: C3, 6A and 6C. RGB value is (195,106,108). Sum of RGB (Red+Green+Blue) = 195+106+108=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A6C is #3C9593. Grayscale: #848484. Windows color (decimal): -3970452 or 7105219. OLE color: 7105219.

HSL color Cylindrical-coordinate representation of color #C36A6C: hue angle of 358.65º 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 #C36A6C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 106 108 -
CMYK 0 0.46 0.45 0.24
HSL 358.65º 0.43% 0.59% -
HSV(B) 358.65º 0.46% 0.76% -
XYZ 30.37 22.99 17.02 -
YUV 132.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 195 106 108 0 0.46 0.45 0.24 358.65 0.43 0.59
Hex C3 6A 6C 0 2E 2D 18 167 2B 3B
Octal 303 152 154 0 56 55 30 547 53 73
Binary 11000011 1101010 1101100 0 101110 101101 11000 101100111 101011 111011

Color Harmonies of #C36A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A6C

Black with #C36A6C

Text Example


Text Example

White with #C36A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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