Html Css Color HEX #CCB384 Tan

📋 copy color: '#CCB384'

red 204 ◦ green 179 ◦ blue 132

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

Shades of Tan #CCB384

Tints of Tan #CCB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.63%

R = 39.61%
G = 34.76%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCB384 (or 0xCCB384) is known color: Tan. HEX triplet: CC, B3 and 84. RGB value is (204,179,132). Sum of RGB (Red+Green+Blue) = 204+179+132=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB384 is #334C7B. Grayscale: #B5B5B5. Windows color (decimal): -3361916 or 8696780. OLE color: 8696780.

HSL color Cylindrical-coordinate representation of color #CCB384: hue angle of 39.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCB384 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 132 -
CMYK 0 0.12 0.35 0.2
HSL 39.17º 0.41% 0.66% -
HSV(B) 39.17º 0.35% 0.8% -
XYZ 45.19 46.74 28.47 -
YUV 181.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 204 179 132 0 0.12 0.35 0.2 39.17 0.41 0.66
Hex CC B3 84 0 C 23 14 27 29 42
Octal 314 263 204 0 14 43 24 47 51 102
Binary 11001100 10110011 10000100 0 1100 100011 10100 100111 101001 1000010

Color Harmonies of #CCB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB384

Black with #CCB384

Text Example


Text Example

White with #CCB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB384; }

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

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

background-color css

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

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

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

border-color css

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

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

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