Html Css Color HEX #CCB990 Tan

📋 copy color: '#CCB990'

red 204 ◦ green 185 ◦ blue 144

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

Shades of Tan #CCB990

Tints of Tan #CCB990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.02%

R = 38.27%
G = 34.71%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCB990 (or 0xCCB990) is known color: Tan. HEX triplet: CC, B9 and 90. RGB value is (204,185,144). Sum of RGB (Red+Green+Blue) = 204+185+144=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB990 is #33466F. Grayscale: #BABABA. Windows color (decimal): -3360368 or 9484748. OLE color: 9484748.

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

Color convert

RGB 204 185 144 -
CMYK 0 0.09 0.29 0.2
HSL 41º 0.37% 0.68% -
HSV(B) 41º 0.29% 0.8% -
XYZ 47.28 49.55 33.46 -
YUV 186.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 204 185 144 0 0.09 0.29 0.2 41 0.37 0.68
Hex CC B9 90 0 9 1D 14 29 25 44
Octal 314 271 220 0 11 35 24 51 45 104
Binary 11001100 10111001 10010000 0 1001 11101 10100 101001 100101 1000100

Color Harmonies of #CCB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB990

Black with #CCB990

Text Example


Text Example

White with #CCB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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