Html Css Color HEX #CCB487 Tan

📋 copy color: '#CCB487'

red 204 ◦ green 180 ◦ blue 135

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

Shades of Tan #CCB487

Tints of Tan #CCB487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 135 (53.13% from 255) = 26.01%

R = 39.31%
G = 34.68%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCB487 (or 0xCCB487) is known color: Tan. HEX triplet: CC, B4 and 87. RGB value is (204,180,135). Sum of RGB (Red+Green+Blue) = 204+180+135=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB487 is #334B78. Grayscale: #B6B6B6. Windows color (decimal): -3361657 or 8893644. OLE color: 8893644.

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

Color convert

RGB 204 180 135 -
CMYK 0 0.12 0.34 0.2
HSL 39.13º 0.4% 0.66% -
HSV(B) 39.13º 0.34% 0.8% -
XYZ 45.6 47.23 29.63 -
YUV 182.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 204 180 135 0 0.12 0.34 0.2 39.13 0.4 0.66
Hex CC B4 87 0 C 22 14 27 28 42
Octal 314 264 207 0 14 42 24 47 50 102
Binary 11001100 10110100 10000111 0 1100 100010 10100 100111 101000 1000010

Color Harmonies of #CCB487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB487

Black with #CCB487

Text Example


Text Example

White with #CCB487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB487; }

 p { color: rgb(204,180,135); }

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

background-color css

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

 a { background-color: rgb(204,180,135); }

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

border-color css

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

 span { border-color: rgb(204,180,135); }

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