Html Css Color HEX #CCB285 Tan

📋 copy color: '#CCB285'

red 204 ◦ green 178 ◦ blue 133

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

Shades of Tan #CCB285

Tints of Tan #CCB285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.56%

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

R = 39.61%
G = 34.56%
B = 25.83%

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

#CCB285 (or 0xCCB285) is known color: Tan. HEX triplet: CC, B2 and 85. RGB value is (204,178,133). Sum of RGB (Red+Green+Blue) = 204+178+133=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB285 is #334D7A. Grayscale: #B4B4B4. Windows color (decimal): -3362171 or 8762060. OLE color: 8762060.

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

Color convert

RGB 204 178 133 -
CMYK 0 0.13 0.35 0.2
HSL 38.03º 0.41% 0.66% -
HSV(B) 38.03º 0.35% 0.8% -
XYZ 45.06 46.37 28.77 -
YUV 180.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 204 178 133 0 0.13 0.35 0.2 38.03 0.41 0.66
Hex CC B2 85 0 D 23 14 26 29 42
Octal 314 262 205 0 15 43 24 46 51 102
Binary 11001100 10110010 10000101 0 1101 100011 10100 100110 101001 1000010

Color Harmonies of #CCB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB285

Black with #CCB285

Text Example


Text Example

White with #CCB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB285; }

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

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

background-color css

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

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

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

border-color css

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

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

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