Html Css Color HEX #C9946C Fallow

📋 copy color: '#C9946C'

red 201 ◦ green 148 ◦ blue 108

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

Shades of Fallow #C9946C

Tints of Fallow #C9946C

RGB

 RED value IS 201 (78.91% from 255) = 43.98%

 GREEN value IS 148 (58.2% from 255) = 32.39%

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

R = 43.98%
G = 32.39%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9946C (or 0xC9946C) is known color: Fallow. HEX triplet: C9, 94 and 6C. RGB value is (201,148,108). Sum of RGB (Red+Green+Blue) = 201+148+108=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9946C is #366B93. Grayscale: #9F9F9F. Windows color (decimal): -3566484 or 7115977. OLE color: 7115977.

HSL color Cylindrical-coordinate representation of color #C9946C: hue angle of 25.81º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9946C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 108 -
CMYK 0 0.26 0.46 0.21
HSL 25.81º 0.46% 0.61% -
HSV(B) 25.81º 0.46% 0.79% -
XYZ 37.38 34.68 18.91 -
YUV 159.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 201 148 108 0 0.26 0.46 0.21 25.81 0.46 0.61
Hex C9 94 6C 0 1A 2E 15 1A 2E 3D
Octal 311 224 154 0 32 56 25 32 56 75
Binary 11001001 10010100 1101100 0 11010 101110 10101 11010 101110 111101

Color Harmonies of #C9946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9946C

Black with #C9946C

Text Example


Text Example

White with #C9946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9946C; }

 p { color: rgb(201,148,108); }

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

background-color css

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

 a { background-color: rgb(201,148,108); }

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

border-color css

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

 span { border-color: rgb(201,148,108); }

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