Html Css Color HEX #CCAD8A Tan

📋 copy color: '#CCAD8A'

red 204 ◦ green 173 ◦ blue 138

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

Shades of Tan #CCAD8A

Tints of Tan #CCAD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.59%

 BLUE value IS 138 (54.3% from 255) = 26.8%

R = 39.61%
G = 33.59%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCAD8A (or 0xCCAD8A) is known color: Tan. HEX triplet: CC, AD and 8A. RGB value is (204,173,138). Sum of RGB (Red+Green+Blue) = 204+173+138=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD8A is #335275. Grayscale: #B2B2B2. Windows color (decimal): -3363446 or 9088460. OLE color: 9088460.

HSL color Cylindrical-coordinate representation of color #CCAD8A: hue angle of 31.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAD8A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 173 138 -
CMYK 0 0.15 0.32 0.2
HSL 31.82º 0.39% 0.67% -
HSV(B) 31.82º 0.32% 0.8% -
XYZ 44.43 44.56 30.3 -
YUV 178.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 204 173 138 0 0.15 0.32 0.2 31.82 0.39 0.67
Hex CC AD 8A 0 F 20 14 20 27 43
Octal 314 255 212 0 17 40 24 40 47 103
Binary 11001100 10101101 10001010 0 1111 100000 10100 100000 100111 1000011

Color Harmonies of #CCAD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD8A

Black with #CCAD8A

Text Example


Text Example

White with #CCAD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD8A; }

 p { color: rgb(204,173,138); }

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

background-color css

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

 a { background-color: rgb(204,173,138); }

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

border-color css

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

 span { border-color: rgb(204,173,138); }

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