Html Css Color HEX #CCB68D Tan

📋 copy color: '#CCB68D'

red 204 ◦ green 182 ◦ blue 141

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

Shades of Tan #CCB68D

Tints of Tan #CCB68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.54%

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

R = 38.71%
G = 34.54%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCB68D (or 0xCCB68D) is known color: Tan. HEX triplet: CC, B6 and 8D. RGB value is (204,182,141). Sum of RGB (Red+Green+Blue) = 204+182+141=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68D is #334972. Grayscale: #B8B8B8. Windows color (decimal): -3361139 or 9287372. OLE color: 9287372.

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

Color convert

RGB 204 182 141 -
CMYK 0 0.11 0.31 0.2
HSL 39.05º 0.38% 0.68% -
HSV(B) 39.05º 0.31% 0.8% -
XYZ 46.44 48.22 32.06 -
YUV 183.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 204 182 141 0 0.11 0.31 0.2 39.05 0.38 0.68
Hex CC B6 8D 0 B 1F 14 27 26 44
Octal 314 266 215 0 13 37 24 47 46 104
Binary 11001100 10110110 10001101 0 1011 11111 10100 100111 100110 1000100

Color Harmonies of #CCB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB68D

Black with #CCB68D

Text Example


Text Example

White with #CCB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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