Html Css Color HEX #CCB18B Tan

📋 copy color: '#CCB18B'

red 204 ◦ green 177 ◦ blue 139

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

Shades of Tan #CCB18B

Tints of Tan #CCB18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 39.23%
G = 34.04%
B = 26.73%

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

#CCB18B (or 0xCCB18B) is known color: Tan. HEX triplet: CC, B1 and 8B. RGB value is (204,177,139). Sum of RGB (Red+Green+Blue) = 204+177+139=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB18B is #334E74. Grayscale: #B4B4B4. Windows color (decimal): -3362421 or 9155020. OLE color: 9155020.

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

Color convert

RGB 204 177 139 -
CMYK 0 0.13 0.32 0.2
HSL 35.08º 0.39% 0.67% -
HSV(B) 35.08º 0.32% 0.8% -
XYZ 45.28 46.15 30.95 -
YUV 180.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 204 177 139 0 0.13 0.32 0.2 35.08 0.39 0.67
Hex CC B1 8B 0 D 20 14 23 27 43
Octal 314 261 213 0 15 40 24 43 47 103
Binary 11001100 10110001 10001011 0 1101 100000 10100 100011 100111 1000011

Color Harmonies of #CCB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB18B

Black with #CCB18B

Text Example


Text Example

White with #CCB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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