Html Css Color HEX #CCB8A5 Grain Brown

📋 copy color: '#CCB8A5'

red 204 ◦ green 184 ◦ blue 165

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

Shades of Grain Brown #CCB8A5

Tints of Grain Brown #CCB8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 36.89%
G = 33.27%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCB8A5 (or 0xCCB8A5) is known color: Grain Brown. HEX triplet: CC, B8 and A5. RGB value is (204,184,165). Sum of RGB (Red+Green+Blue) = 204+184+165=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB8A5 is #33475A. Grayscale: #BBBBBB. Windows color (decimal): -3360603 or 10860748. OLE color: 10860748.

HSL color Cylindrical-coordinate representation of color #CCB8A5: hue angle of 29.23º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB8A5 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 165 -
CMYK 0 0.10 0.19 0.2
HSL 29.23º 0.28% 0.72% -
HSV(B) 29.23º 0.19% 0.8% -
XYZ 48.83 49.83 42.64 -
YUV 187.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 204 184 165 0 0.10 0.19 0.2 29.23 0.28 0.72
Hex CC B8 A5 0 A 13 14 1D 1C 48
Octal 314 270 245 0 12 23 24 35 34 110
Binary 11001100 10111000 10100101 0 1010 10011 10100 11101 11100 1001000

Color Harmonies of #CCB8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB8A5

Black with #CCB8A5

Text Example


Text Example

White with #CCB8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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