Html Css Color HEX #CCB99F Grain Brown

📋 copy color: '#CCB99F'

red 204 ◦ green 185 ◦ blue 159

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

Shades of Grain Brown #CCB99F

Tints of Grain Brown #CCB99F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.76%

 BLUE value IS 159 (62.5% from 255) = 29.01%

R = 37.23%
G = 33.76%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCB99F (or 0xCCB99F) is known color: Grain Brown. HEX triplet: CC, B9 and 9F. RGB value is (204,185,159). Sum of RGB (Red+Green+Blue) = 204+185+159=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB99F is #334660. Grayscale: #BBBBBB. Windows color (decimal): -3360353 or 10467788. OLE color: 10467788.

HSL color Cylindrical-coordinate representation of color #CCB99F: hue angle of 34.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB99F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 159 -
CMYK 0 0.09 0.22 0.2
HSL 34.67º 0.31% 0.71% -
HSV(B) 34.67º 0.22% 0.8% -
XYZ 48.51 50.04 39.9 -
YUV 187.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 204 185 159 0 0.09 0.22 0.2 34.67 0.31 0.71
Hex CC B9 9F 0 9 16 14 23 1F 47
Octal 314 271 237 0 11 26 24 43 37 107
Binary 11001100 10111001 10011111 0 1001 10110 10100 100011 11111 1000111

Color Harmonies of #CCB99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB99F

Black with #CCB99F

Text Example


Text Example

White with #CCB99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB99F; }

 p { color: rgb(204,185,159); }

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

background-color css

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

 a { background-color: rgb(204,185,159); }

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

border-color css

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

 span { border-color: rgb(204,185,159); }

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