Html Css Color HEX #CCB58A Tan

📋 copy color: '#CCB58A'

red 204 ◦ green 181 ◦ blue 138

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

Shades of Tan #CCB58A

Tints of Tan #CCB58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

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

R = 39.01%
G = 34.61%
B = 26.39%

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

#CCB58A (or 0xCCB58A) is known color: Tan. HEX triplet: CC, B5 and 8A. RGB value is (204,181,138). Sum of RGB (Red+Green+Blue) = 204+181+138=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB58A is #334A75. Grayscale: #B7B7B7. Windows color (decimal): -3361398 or 9090508. OLE color: 9090508.

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

Color convert

RGB 204 181 138 -
CMYK 0 0.11 0.32 0.2
HSL 39.09º 0.39% 0.67% -
HSV(B) 39.09º 0.32% 0.8% -
XYZ 46.01 47.72 30.83 -
YUV 182.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 204 181 138 0 0.11 0.32 0.2 39.09 0.39 0.67
Hex CC B5 8A 0 B 20 14 27 27 43
Octal 314 265 212 0 13 40 24 47 47 103
Binary 11001100 10110101 10001010 0 1011 100000 10100 100111 100111 1000011

Color Harmonies of #CCB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB58A

Black with #CCB58A

Text Example


Text Example

White with #CCB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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