Html Css Color HEX #CCB18D Tan

📋 copy color: '#CCB18D'

red 204 ◦ green 177 ◦ blue 141

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

Shades of Tan #CCB18D

Tints of Tan #CCB18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 39.08%
G = 33.91%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCB18D (or 0xCCB18D) is known color: Tan. HEX triplet: CC, B1 and 8D. RGB value is (204,177,141). Sum of RGB (Red+Green+Blue) = 204+177+141=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB18D is #334E72. Grayscale: #B5B5B5. Windows color (decimal): -3362419 or 9286092. OLE color: 9286092.

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

Color convert

RGB 204 177 141 -
CMYK 0 0.13 0.31 0.2
HSL 34.29º 0.38% 0.68% -
HSV(B) 34.29º 0.31% 0.8% -
XYZ 45.43 46.2 31.72 -
YUV 180.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 204 177 141 0 0.13 0.31 0.2 34.29 0.38 0.68
Hex CC B1 8D 0 D 1F 14 22 26 44
Octal 314 261 215 0 15 37 24 42 46 104
Binary 11001100 10110001 10001101 0 1101 11111 10100 100010 100110 1000100

Color Harmonies of #CCB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB18D

Black with #CCB18D

Text Example


Text Example

White with #CCB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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