Html Css Color HEX #CCB08B Tan

📋 copy color: '#CCB08B'

red 204 ◦ green 176 ◦ blue 139

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

Shades of Tan #CCB08B

Tints of Tan #CCB08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 39.31%
G = 33.91%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCB08B (or 0xCCB08B) is known color: Tan. HEX triplet: CC, B0 and 8B. RGB value is (204,176,139). Sum of RGB (Red+Green+Blue) = 204+176+139=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB08B is #334F74. Grayscale: #B4B4B4. Windows color (decimal): -3362677 or 9154764. OLE color: 9154764.

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

Color convert

RGB 204 176 139 -
CMYK 0 0.14 0.32 0.2
HSL 34.15º 0.39% 0.67% -
HSV(B) 34.15º 0.32% 0.8% -
XYZ 45.09 45.75 30.88 -
YUV 180.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 204 176 139 0 0.14 0.32 0.2 34.15 0.39 0.67
Hex CC B0 8B 0 E 20 14 22 27 43
Octal 314 260 213 0 16 40 24 42 47 103
Binary 11001100 10110000 10001011 0 1110 100000 10100 100010 100111 1000011

Color Harmonies of #CCB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB08B

Black with #CCB08B

Text Example


Text Example

White with #CCB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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