Html Css Color HEX #CCB08C Tan

📋 copy color: '#CCB08C'

red 204 ◦ green 176 ◦ blue 140

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

Shades of Tan #CCB08C

Tints of Tan #CCB08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.85%

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

R = 39.23%
G = 33.85%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCB08C (or 0xCCB08C) is known color: Tan. HEX triplet: CC, B0 and 8C. RGB value is (204,176,140). Sum of RGB (Red+Green+Blue) = 204+176+140=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB08C is #334F73. Grayscale: #B4B4B4. Windows color (decimal): -3362676 or 9220300. OLE color: 9220300.

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

Color convert

RGB 204 176 140 -
CMYK 0 0.14 0.31 0.2
HSL 33.75º 0.39% 0.67% -
HSV(B) 33.75º 0.31% 0.8% -
XYZ 45.16 45.78 31.27 -
YUV 180.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 204 176 140 0 0.14 0.31 0.2 33.75 0.39 0.67
Hex CC B0 8C 0 E 1F 14 22 27 43
Octal 314 260 214 0 16 37 24 42 47 103
Binary 11001100 10110000 10001100 0 1110 11111 10100 100010 100111 1000011

Color Harmonies of #CCB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB08C

Black with #CCB08C

Text Example


Text Example

White with #CCB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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