Html Css Color HEX #CC9969 Fallow

📋 copy color: '#CC9969'

red 204 ◦ green 153 ◦ blue 105

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

Shades of Fallow #CC9969

Tints of Fallow #CC9969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 44.16%
G = 33.12%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC9969 (or 0xCC9969) is known color: Fallow. HEX triplet: CC, 99 and 69. RGB value is (204,153,105). Sum of RGB (Red+Green+Blue) = 204+153+105=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9969 is #336696. Grayscale: #A3A3A3. Windows color (decimal): -3368599 or 6920652. OLE color: 6920652.

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

Color convert

RGB 204 153 105 -
CMYK 0 0.25 0.49 0.2
HSL 29.09º 0.49% 0.61% -
HSV(B) 29.09º 0.49% 0.8% -
XYZ 38.84 36.64 18.39 -
YUV 162.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 204 153 105 0 0.25 0.49 0.2 29.09 0.49 0.61
Hex CC 99 69 0 19 31 14 1D 31 3D
Octal 314 231 151 0 31 61 24 35 61 75
Binary 11001100 10011001 1101001 0 11001 110001 10100 11101 110001 111101

Color Harmonies of #CC9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9969

Black with #CC9969

Text Example


Text Example

White with #CC9969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9969; }

 p { color: rgb(204,153,105); }

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

background-color css

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

 a { background-color: rgb(204,153,105); }

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

border-color css

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

 span { border-color: rgb(204,153,105); }

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