Html Css Color HEX #CCB88E Tan

📋 copy color: '#CCB88E'

red 204 ◦ green 184 ◦ blue 142

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

Shades of Tan #CCB88E

Tints of Tan #CCB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.72%

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 38.49%
G = 34.72%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCB88E (or 0xCCB88E) is known color: Tan. HEX triplet: CC, B8 and 8E. RGB value is (204,184,142). Sum of RGB (Red+Green+Blue) = 204+184+142=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB88E is #334771. Grayscale: #B9B9B9. Windows color (decimal): -3360626 or 9353420. OLE color: 9353420.

HSL color Cylindrical-coordinate representation of color #CCB88E: hue angle of 40.65º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB88E is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 142 -
CMYK 0 0.10 0.30 0.2
HSL 40.65º 0.38% 0.68% -
HSV(B) 40.65º 0.3% 0.8% -
XYZ 46.92 49.07 32.59 -
YUV 185.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 204 184 142 0 0.10 0.30 0.2 40.65 0.38 0.68
Hex CC B8 8E 0 A 1E 14 29 26 44
Octal 314 270 216 0 12 36 24 51 46 104
Binary 11001100 10111000 10001110 0 1010 11110 10100 101001 100110 1000100

Color Harmonies of #CCB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB88E

Black with #CCB88E

Text Example


Text Example

White with #CCB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB88E; }

 p { color: rgb(204,184,142); }

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

background-color css

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

 a { background-color: rgb(204,184,142); }

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

border-color css

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

 span { border-color: rgb(204,184,142); }

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