Html Css Color HEX #CCB58F Tan

📋 copy color: '#CCB58F'

red 204 ◦ green 181 ◦ blue 143

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

Shades of Tan #CCB58F

Tints of Tan #CCB58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 38.64%
G = 34.28%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCB58F (or 0xCCB58F) is known color: Tan. HEX triplet: CC, B5 and 8F. RGB value is (204,181,143). Sum of RGB (Red+Green+Blue) = 204+181+143=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB58F is #334A70. Grayscale: #B7B7B7. Windows color (decimal): -3361393 or 9418188. OLE color: 9418188.

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

Color convert

RGB 204 181 143 -
CMYK 0 0.11 0.30 0.2
HSL 37.38º 0.37% 0.68% -
HSV(B) 37.38º 0.3% 0.8% -
XYZ 46.38 47.87 32.78 -
YUV 183.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 204 181 143 0 0.11 0.30 0.2 37.38 0.37 0.68
Hex CC B5 8F 0 B 1E 14 25 25 44
Octal 314 265 217 0 13 36 24 45 45 104
Binary 11001100 10110101 10001111 0 1011 11110 10100 100101 100101 1000100

Color Harmonies of #CCB58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB58F

Black with #CCB58F

Text Example


Text Example

White with #CCB58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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