Html Css Color HEX #CCB18A Tan

📋 copy color: '#CCB18A'

red 204 ◦ green 177 ◦ blue 138

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

Shades of Tan #CCB18A

Tints of Tan #CCB18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.1%

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

R = 39.31%
G = 34.1%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCB18A (or 0xCCB18A) is known color: Tan. HEX triplet: CC, B1 and 8A. RGB value is (204,177,138). Sum of RGB (Red+Green+Blue) = 204+177+138=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB18A is #334E75. Grayscale: #B4B4B4. Windows color (decimal): -3362422 or 9089484. OLE color: 9089484.

HSL color Cylindrical-coordinate representation of color #CCB18A: hue angle of 35.45º 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 #CCB18A is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 138 -
CMYK 0 0.13 0.32 0.2
HSL 35.45º 0.39% 0.67% -
HSV(B) 35.45º 0.32% 0.8% -
XYZ 45.21 46.12 30.56 -
YUV 180.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 204 177 138 0 0.13 0.32 0.2 35.45 0.39 0.67
Hex CC B1 8A 0 D 20 14 23 27 43
Octal 314 261 212 0 15 40 24 43 47 103
Binary 11001100 10110001 10001010 0 1101 100000 10100 100011 100111 1000011

Color Harmonies of #CCB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB18A

Black with #CCB18A

Text Example


Text Example

White with #CCB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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