Html Css Color HEX #CCB08D Tan

📋 copy color: '#CCB08D'

red 204 ◦ green 176 ◦ blue 141

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

Shades of Tan #CCB08D

Tints of Tan #CCB08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 39.16%
G = 33.78%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCB08D (or 0xCCB08D) is known color: Tan. HEX triplet: CC, B0 and 8D. RGB value is (204,176,141). Sum of RGB (Red+Green+Blue) = 204+176+141=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB08D is #334F72. Grayscale: #B4B4B4. Windows color (decimal): -3362675 or 9285836. OLE color: 9285836.

HSL color Cylindrical-coordinate representation of color #CCB08D: hue angle of 33.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB08D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 141 -
CMYK 0 0.14 0.31 0.2
HSL 33.33º 0.38% 0.68% -
HSV(B) 33.33º 0.31% 0.8% -
XYZ 45.23 45.81 31.66 -
YUV 180.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 204 176 141 0 0.14 0.31 0.2 33.33 0.38 0.68
Hex CC B0 8D 0 E 1F 14 21 26 44
Octal 314 260 215 0 16 37 24 41 46 104
Binary 11001100 10110000 10001101 0 1110 11111 10100 100001 100110 1000100

Color Harmonies of #CCB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB08D

Black with #CCB08D

Text Example


Text Example

White with #CCB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB08D; }

 p { color: rgb(204,176,141); }

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

background-color css

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

 a { background-color: rgb(204,176,141); }

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

border-color css

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

 span { border-color: rgb(204,176,141); }

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