Html Css Color HEX #CC9E6C Fallow

📋 copy color: '#CC9E6C'

red 204 ◦ green 158 ◦ blue 108

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

Shades of Fallow #CC9E6C

Tints of Fallow #CC9E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

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

R = 43.4%
G = 33.62%
B = 22.98%

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

#CC9E6C (or 0xCC9E6C) is known color: Fallow. HEX triplet: CC, 9E and 6C. RGB value is (204,158,108). Sum of RGB (Red+Green+Blue) = 204+158+108=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E6C is #336193. Grayscale: #A6A6A6. Windows color (decimal): -3367316 or 7118540. OLE color: 7118540.

HSL color Cylindrical-coordinate representation of color #CC9E6C: hue angle of 31.25º 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 #CC9E6C is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 108 -
CMYK 0 0.23 0.47 0.2
HSL 31.25º 0.48% 0.61% -
HSV(B) 31.25º 0.47% 0.8% -
XYZ 39.84 38.37 19.49 -
YUV 166.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 204 158 108 0 0.23 0.47 0.2 31.25 0.48 0.61
Hex CC 9E 6C 0 17 2F 14 1F 30 3D
Octal 314 236 154 0 27 57 24 37 60 75
Binary 11001100 10011110 1101100 0 10111 101111 10100 11111 110000 111101

Color Harmonies of #CC9E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E6C

Black with #CC9E6C

Text Example


Text Example

White with #CC9E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E6C; }

 p { color: rgb(204,158,108); }

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

background-color css

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

 a { background-color: rgb(204,158,108); }

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

border-color css

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

 span { border-color: rgb(204,158,108); }

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