Html Css Color HEX #CC9E74 Fallow

📋 copy color: '#CC9E74'

red 204 ◦ green 158 ◦ blue 116

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

Shades of Fallow #CC9E74

Tints of Fallow #CC9E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 42.68%
G = 33.05%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9E74 (or 0xCC9E74) is known color: Fallow. HEX triplet: CC, 9E and 74. RGB value is (204,158,116). Sum of RGB (Red+Green+Blue) = 204+158+116=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E74 is #33618B. Grayscale: #A7A7A7. Windows color (decimal): -3367308 or 7642828. OLE color: 7642828.

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

Color convert

RGB 204 158 116 -
CMYK 0 0.23 0.43 0.2
HSL 28.64º 0.46% 0.63% -
HSV(B) 28.64º 0.43% 0.8% -
XYZ 40.28 38.55 21.84 -
YUV 166.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 204 158 116 0 0.23 0.43 0.2 28.64 0.46 0.63
Hex CC 9E 74 0 17 2B 14 1D 2E 3F
Octal 314 236 164 0 27 53 24 35 56 77
Binary 11001100 10011110 1110100 0 10111 101011 10100 11101 101110 111111

Color Harmonies of #CC9E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E74

Black with #CC9E74

Text Example


Text Example

White with #CC9E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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