Html Css Color HEX #CCB391 Tan

📋 copy color: '#CCB391'

red 204 ◦ green 179 ◦ blue 145

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

Shades of Tan #CCB391

Tints of Tan #CCB391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.9%

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

R = 38.64%
G = 33.9%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCB391 (or 0xCCB391) is known color: Tan. HEX triplet: CC, B3 and 91. RGB value is (204,179,145). Sum of RGB (Red+Green+Blue) = 204+179+145=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB391 is #334C6E. Grayscale: #B6B6B6. Windows color (decimal): -3361903 or 9548748. OLE color: 9548748.

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

Color convert

RGB 204 179 145 -
CMYK 0 0.12 0.29 0.2
HSL 34.58º 0.37% 0.68% -
HSV(B) 34.58º 0.29% 0.8% -
XYZ 46.13 47.12 33.45 -
YUV 182.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 204 179 145 0 0.12 0.29 0.2 34.58 0.37 0.68
Hex CC B3 91 0 C 1D 14 23 25 44
Octal 314 263 221 0 14 35 24 43 45 104
Binary 11001100 10110011 10010001 0 1100 11101 10100 100011 100101 1000100

Color Harmonies of #CCB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB391

Black with #CCB391

Text Example


Text Example

White with #CCB391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB391; }

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

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

background-color css

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

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

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

border-color css

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

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

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