Html Css Color HEX #CCB68B Tan

📋 copy color: '#CCB68B'

red 204 ◦ green 182 ◦ blue 139

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

Shades of Tan #CCB68B

Tints of Tan #CCB68B

RGB

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

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

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

R = 38.86%
G = 34.67%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCB68B (or 0xCCB68B) is known color: Tan. HEX triplet: CC, B6 and 8B. RGB value is (204,182,139). Sum of RGB (Red+Green+Blue) = 204+182+139=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68B is #334974. Grayscale: #B7B7B7. Windows color (decimal): -3361141 or 9156300. OLE color: 9156300.

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

Color convert

RGB 204 182 139 -
CMYK 0 0.11 0.32 0.2
HSL 39.69º 0.39% 0.67% -
HSV(B) 39.69º 0.32% 0.8% -
XYZ 46.29 48.16 31.28 -
YUV 183.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 204 182 139 0 0.11 0.32 0.2 39.69 0.39 0.67
Hex CC B6 8B 0 B 20 14 28 27 43
Octal 314 266 213 0 13 40 24 50 47 103
Binary 11001100 10110110 10001011 0 1011 100000 10100 101000 100111 1000011

Color Harmonies of #CCB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB68B

Black with #CCB68B

Text Example


Text Example

White with #CCB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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