Html Css Color HEX #CEA553 Apache

📋 copy color: '#CEA553'

red 206 ◦ green 165 ◦ blue 83

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

Shades of Apache #CEA553

Tints of Apache #CEA553

RGB

 RED value IS 206 (80.86% from 255) = 45.37%

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 83 (32.81% from 255) = 18.28%

R = 45.37%
G = 36.34%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CEA553 (or 0xCEA553) is known color: Apache. HEX triplet: CE, A5 and 53. RGB value is (206,165,83). Sum of RGB (Red+Green+Blue) = 206+165+83=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA553 is #315AAC. Grayscale: #A8A8A8. Windows color (decimal): -3234477 or 5481934. OLE color: 5481934.

HSL color Cylindrical-coordinate representation of color #CEA553: hue angle of 40º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEA553 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 83 -
CMYK 0 0.20 0.60 0.19
HSL 40º 0.56% 0.57% -
HSV(B) 40º 0.6% 0.81% -
XYZ 40.47 40.66 13.9 -
YUV 167.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 206 165 83 0 0.20 0.60 0.19 40 0.56 0.57
Hex CE A5 53 0 14 3C 13 28 38 39
Octal 316 245 123 0 24 74 23 50 70 71
Binary 11001110 10100101 1010011 0 10100 111100 10011 101000 111000 111001

Color Harmonies of #CEA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA553

Black with #CEA553

Text Example


Text Example

White with #CEA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA553; }

 p { color: rgb(206,165,83); }

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

background-color css

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

 a { background-color: rgb(206,165,83); }

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

border-color css

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

 span { border-color: rgb(206,165,83); }

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