Html Css Color HEX #C99C6D Fallow

📋 copy color: '#C99C6D'

red 201 ◦ green 156 ◦ blue 109

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

Shades of Fallow #C99C6D

Tints of Fallow #C99C6D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.48%

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

R = 43.13%
G = 33.48%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C99C6D (or 0xC99C6D) is known color: Fallow. HEX triplet: C9, 9C and 6D. RGB value is (201,156,109). Sum of RGB (Red+Green+Blue) = 201+156+109=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C6D is #366392. Grayscale: #A4A4A4. Windows color (decimal): -3564435 or 7183561. OLE color: 7183561.

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

Color convert

RGB 201 156 109 -
CMYK 0 0.22 0.46 0.21
HSL 30.65º 0.46% 0.61% -
HSV(B) 30.65º 0.46% 0.79% -
XYZ 38.74 37.3 19.63 -
YUV 164.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 201 156 109 0 0.22 0.46 0.21 30.65 0.46 0.61
Hex C9 9C 6D 0 16 2E 15 1F 2E 3D
Octal 311 234 155 0 26 56 25 37 56 75
Binary 11001001 10011100 1101101 0 10110 101110 10101 11111 101110 111101

Color Harmonies of #C99C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C6D

Black with #C99C6D

Text Example


Text Example

White with #C99C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C6D; }

 p { color: rgb(201,156,109); }

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

background-color css

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

 a { background-color: rgb(201,156,109); }

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

border-color css

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

 span { border-color: rgb(201,156,109); }

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