Html Css Color HEX #CCB185 Tan

📋 copy color: '#CCB185'

red 204 ◦ green 177 ◦ blue 133

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

Shades of Tan #CCB185

Tints of Tan #CCB185

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

 BLUE value IS 133 (52.34% from 255) = 25.88%

R = 39.69%
G = 34.44%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCB185 (or 0xCCB185) is known color: Tan. HEX triplet: CC, B1 and 85. RGB value is (204,177,133). Sum of RGB (Red+Green+Blue) = 204+177+133=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB185 is #334E7A. Grayscale: #B4B4B4. Windows color (decimal): -3362427 or 8761804. OLE color: 8761804.

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

Color convert

RGB 204 177 133 -
CMYK 0 0.13 0.35 0.2
HSL 37.18º 0.41% 0.66% -
HSV(B) 37.18º 0.35% 0.8% -
XYZ 44.86 45.98 28.7 -
YUV 180.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 204 177 133 0 0.13 0.35 0.2 37.18 0.41 0.66
Hex CC B1 85 0 D 23 14 25 29 42
Octal 314 261 205 0 15 43 24 45 51 102
Binary 11001100 10110001 10000101 0 1101 100011 10100 100101 101001 1000010

Color Harmonies of #CCB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB185

Black with #CCB185

Text Example


Text Example

White with #CCB185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB185; }

 p { color: rgb(204,177,133); }

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

background-color css

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

 a { background-color: rgb(204,177,133); }

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

border-color css

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

 span { border-color: rgb(204,177,133); }

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