Html Css Color HEX #CCB98F Tan

📋 copy color: '#CCB98F'

red 204 ◦ green 185 ◦ blue 143

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

Shades of Tan #CCB98F

Tints of Tan #CCB98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 38.35%
G = 34.77%
B = 26.88%

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

#CCB98F (or 0xCCB98F) is known color: Tan. HEX triplet: CC, B9 and 8F. RGB value is (204,185,143). Sum of RGB (Red+Green+Blue) = 204+185+143=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98F is #334670. Grayscale: #BABABA. Windows color (decimal): -3360369 or 9419212. OLE color: 9419212.

HSL color Cylindrical-coordinate representation of color #CCB98F: hue angle of 41.31º degrees, saturation: 0.37, 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 #CCB98F is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 143 -
CMYK 0 0.09 0.30 0.2
HSL 41.31º 0.37% 0.68% -
HSV(B) 41.31º 0.3% 0.8% -
XYZ 47.21 49.52 33.06 -
YUV 185.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 204 185 143 0 0.09 0.30 0.2 41.31 0.37 0.68
Hex CC B9 8F 0 9 1E 14 29 25 44
Octal 314 271 217 0 11 36 24 51 45 104
Binary 11001100 10111001 10001111 0 1001 11110 10100 101001 100101 1000100

Color Harmonies of #CCB98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB98F

Black with #CCB98F

Text Example


Text Example

White with #CCB98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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