Html Css Color HEX #CCB68A Tan

📋 copy color: '#CCB68A'

red 204 ◦ green 182 ◦ blue 138

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

Shades of Tan #CCB68A

Tints of Tan #CCB68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 38.93%
G = 34.73%
B = 26.34%

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

#CCB68A (or 0xCCB68A) is known color: Tan. HEX triplet: CC, B6 and 8A. RGB value is (204,182,138). Sum of RGB (Red+Green+Blue) = 204+182+138=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68A is #334975. Grayscale: #B7B7B7. Windows color (decimal): -3361142 or 9090764. OLE color: 9090764.

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

Color convert

RGB 204 182 138 -
CMYK 0 0.11 0.32 0.2
HSL 40º 0.39% 0.67% -
HSV(B) 40º 0.32% 0.8% -
XYZ 46.22 48.13 30.9 -
YUV 183.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 204 182 138 0 0.11 0.32 0.2 40 0.39 0.67
Hex CC B6 8A 0 B 20 14 28 27 43
Octal 314 266 212 0 13 40 24 50 47 103
Binary 11001100 10110110 10001010 0 1011 100000 10100 101000 100111 1000011

Color Harmonies of #CCB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB68A

Black with #CCB68A

Text Example


Text Example

White with #CCB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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