Html Css Color HEX #CC9D6D Fallow

📋 copy color: '#CC9D6D'

red 204 ◦ green 157 ◦ blue 109

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

Shades of Fallow #CC9D6D

Tints of Fallow #CC9D6D

RGB

 RED value IS 204 (80.08% from 255) = 43.4%

 GREEN value IS 157 (61.72% from 255) = 33.4%

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

R = 43.4%
G = 33.4%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC9D6D (or 0xCC9D6D) is known color: Fallow. HEX triplet: CC, 9D and 6D. RGB value is (204,157,109). Sum of RGB (Red+Green+Blue) = 204+157+109=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D6D is #336292. Grayscale: #A5A5A5. Windows color (decimal): -3367571 or 7183820. OLE color: 7183820.

HSL color Cylindrical-coordinate representation of color #CC9D6D: hue angle of 30.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC9D6D is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 157 109 -
CMYK 0 0.23 0.47 0.2
HSL 30.32º 0.48% 0.61% -
HSV(B) 30.32º 0.47% 0.8% -
XYZ 39.72 38.06 19.72 -
YUV 165.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 204 157 109 0 0.23 0.47 0.2 30.32 0.48 0.61
Hex CC 9D 6D 0 17 2F 14 1E 30 3D
Octal 314 235 155 0 27 57 24 36 60 75
Binary 11001100 10011101 1101101 0 10111 101111 10100 11110 110000 111101

Color Harmonies of #CC9D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D6D

Black with #CC9D6D

Text Example


Text Example

White with #CC9D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D6D; }

 p { color: rgb(204,157,109); }

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

background-color css

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

 a { background-color: rgb(204,157,109); }

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

border-color css

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

 span { border-color: rgb(204,157,109); }

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