Html Css Color HEX #CCB98E Tan

📋 copy color: '#CCB98E'

red 204 ◦ green 185 ◦ blue 142

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

Shades of Tan #CCB98E

Tints of Tan #CCB98E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 38.42%
G = 34.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCB98E (or 0xCCB98E) is known color: Tan. HEX triplet: CC, B9 and 8E. RGB value is (204,185,142). Sum of RGB (Red+Green+Blue) = 204+185+142=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98E is #334671. Grayscale: #B9B9B9. Windows color (decimal): -3360370 or 9353676. OLE color: 9353676.

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

Color convert

RGB 204 185 142 -
CMYK 0 0.09 0.30 0.2
HSL 41.61º 0.38% 0.68% -
HSV(B) 41.61º 0.3% 0.8% -
XYZ 47.13 49.49 32.66 -
YUV 185.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 204 185 142 0 0.09 0.30 0.2 41.61 0.38 0.68
Hex CC B9 8E 0 9 1E 14 2A 26 44
Octal 314 271 216 0 11 36 24 52 46 104
Binary 11001100 10111001 10001110 0 1001 11110 10100 101010 100110 1000100

Color Harmonies of #CCB98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB98E

Black with #CCB98E

Text Example


Text Example

White with #CCB98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB98E; }

 p { color: rgb(204,185,142); }

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

background-color css

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

 a { background-color: rgb(204,185,142); }

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

border-color css

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

 span { border-color: rgb(204,185,142); }

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