Html Css Color HEX #CCB48D Tan

📋 copy color: '#CCB48D'

red 204 ◦ green 180 ◦ blue 141

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

Shades of Tan #CCB48D

Tints of Tan #CCB48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

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

R = 38.86%
G = 34.29%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCB48D (or 0xCCB48D) is known color: Tan. HEX triplet: CC, B4 and 8D. RGB value is (204,180,141). Sum of RGB (Red+Green+Blue) = 204+180+141=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB48D is #334B72. Grayscale: #B6B6B6. Windows color (decimal): -3361651 or 9286860. OLE color: 9286860.

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

Color convert

RGB 204 180 141 -
CMYK 0 0.12 0.31 0.2
HSL 37.14º 0.38% 0.68% -
HSV(B) 37.14º 0.31% 0.8% -
XYZ 46.03 47.4 31.92 -
YUV 182.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 204 180 141 0 0.12 0.31 0.2 37.14 0.38 0.68
Hex CC B4 8D 0 C 1F 14 25 26 44
Octal 314 264 215 0 14 37 24 45 46 104
Binary 11001100 10110100 10001101 0 1100 11111 10100 100101 100110 1000100

Color Harmonies of #CCB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB48D

Black with #CCB48D

Text Example


Text Example

White with #CCB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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