Html Css Color HEX #CCB89F Grain Brown

📋 copy color: '#CCB89F'

red 204 ◦ green 184 ◦ blue 159

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

Shades of Grain Brown #CCB89F

Tints of Grain Brown #CCB89F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

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

R = 37.29%
G = 33.64%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCB89F (or 0xCCB89F) is known color: Grain Brown. HEX triplet: CC, B8 and 9F. RGB value is (204,184,159). Sum of RGB (Red+Green+Blue) = 204+184+159=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB89F is #334760. Grayscale: #BBBBBB. Windows color (decimal): -3360609 or 10467532. OLE color: 10467532.

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

Color convert

RGB 204 184 159 -
CMYK 0 0.10 0.22 0.2
HSL 33.33º 0.31% 0.71% -
HSV(B) 33.33º 0.22% 0.8% -
XYZ 48.3 49.62 39.83 -
YUV 187.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 204 184 159 0 0.10 0.22 0.2 33.33 0.31 0.71
Hex CC B8 9F 0 A 16 14 21 1F 47
Octal 314 270 237 0 12 26 24 41 37 107
Binary 11001100 10111000 10011111 0 1010 10110 10100 100001 11111 1000111

Color Harmonies of #CCB89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB89F

Black with #CCB89F

Text Example


Text Example

White with #CCB89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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