Html Css Color HEX #CCB48C Tan

📋 copy color: '#CCB48C'

red 204 ◦ green 180 ◦ blue 140

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

Shades of Tan #CCB48C

Tints of Tan #CCB48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 38.93%
G = 34.35%
B = 26.72%

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

#CCB48C (or 0xCCB48C) is known color: Tan. HEX triplet: CC, B4 and 8C. RGB value is (204,180,140). Sum of RGB (Red+Green+Blue) = 204+180+140=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB48C is #334B73. Grayscale: #B6B6B6. Windows color (decimal): -3361652 or 9221324. OLE color: 9221324.

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

Color convert

RGB 204 180 140 -
CMYK 0 0.12 0.31 0.2
HSL 37.5º 0.39% 0.67% -
HSV(B) 37.5º 0.31% 0.8% -
XYZ 45.96 47.37 31.53 -
YUV 182.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 204 180 140 0 0.12 0.31 0.2 37.5 0.39 0.67
Hex CC B4 8C 0 C 1F 14 26 27 43
Octal 314 264 214 0 14 37 24 46 47 103
Binary 11001100 10110100 10001100 0 1100 11111 10100 100110 100111 1000011

Color Harmonies of #CCB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB48C

Black with #CCB48C

Text Example


Text Example

White with #CCB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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