Html Css Color HEX #CCB991 Tan

📋 copy color: '#CCB991'

red 204 ◦ green 185 ◦ blue 145

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

Shades of Tan #CCB991

Tints of Tan #CCB991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.15%

R = 38.2%
G = 34.64%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCB991 (or 0xCCB991) is known color: Tan. HEX triplet: CC, B9 and 91. RGB value is (204,185,145). Sum of RGB (Red+Green+Blue) = 204+185+145=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB991 is #33466E. Grayscale: #BABABA. Windows color (decimal): -3360367 or 9550284. OLE color: 9550284.

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

Color convert

RGB 204 185 145 -
CMYK 0 0.09 0.29 0.2
HSL 40.68º 0.37% 0.68% -
HSV(B) 40.68º 0.29% 0.8% -
XYZ 47.36 49.58 33.86 -
YUV 186.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 204 185 145 0 0.09 0.29 0.2 40.68 0.37 0.68
Hex CC B9 91 0 9 1D 14 29 25 44
Octal 314 271 221 0 11 35 24 51 45 104
Binary 11001100 10111001 10010001 0 1001 11101 10100 101001 100101 1000100

Color Harmonies of #CCB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB991

Black with #CCB991

Text Example


Text Example

White with #CCB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB991; }

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

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

background-color css

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

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

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

border-color css

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

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

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