Html Css Color HEX #CCB28D Tan

📋 copy color: '#CCB28D'

red 204 ◦ green 178 ◦ blue 141

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

Shades of Tan #CCB28D

Tints of Tan #CCB28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 39.01%
G = 34.03%
B = 26.96%

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

#CCB28D (or 0xCCB28D) is known color: Tan. HEX triplet: CC, B2 and 8D. RGB value is (204,178,141). Sum of RGB (Red+Green+Blue) = 204+178+141=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB28D is #334D72. Grayscale: #B5B5B5. Windows color (decimal): -3362163 or 9286348. OLE color: 9286348.

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

Color convert

RGB 204 178 141 -
CMYK 0 0.13 0.31 0.2
HSL 35.24º 0.38% 0.68% -
HSV(B) 35.24º 0.31% 0.8% -
XYZ 45.63 46.6 31.79 -
YUV 181.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 204 178 141 0 0.13 0.31 0.2 35.24 0.38 0.68
Hex CC B2 8D 0 D 1F 14 23 26 44
Octal 314 262 215 0 15 37 24 43 46 104
Binary 11001100 10110010 10001101 0 1101 11111 10100 100011 100110 1000100

Color Harmonies of #CCB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB28D

Black with #CCB28D

Text Example


Text Example

White with #CCB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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