Html Css Color HEX #CEAF58 Apache

📋 copy color: '#CEAF58'

red 206 ◦ green 175 ◦ blue 88

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

Shades of Apache #CEAF58

Tints of Apache #CEAF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.31%

 BLUE value IS 88 (34.77% from 255) = 18.76%

R = 43.92%
G = 37.31%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CEAF58 (or 0xCEAF58) is known color: Apache. HEX triplet: CE, AF and 58. RGB value is (206,175,88). Sum of RGB (Red+Green+Blue) = 206+175+88=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF58 is #3150A7. Grayscale: #AEAEAE. Windows color (decimal): -3231912 or 5812174. OLE color: 5812174.

HSL color Cylindrical-coordinate representation of color #CEAF58: hue angle of 44.24º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEAF58 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 88 -
CMYK 0 0.15 0.57 0.19
HSL 44.24º 0.55% 0.58% -
HSV(B) 44.24º 0.57% 0.81% -
XYZ 42.55 44.49 15.58 -
YUV 174.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 206 175 88 0 0.15 0.57 0.19 44.24 0.55 0.58
Hex CE AF 58 0 F 39 13 2C 37 3A
Octal 316 257 130 0 17 71 23 54 67 72
Binary 11001110 10101111 1011000 0 1111 111001 10011 101100 110111 111010

Color Harmonies of #CEAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF58

Black with #CEAF58

Text Example


Text Example

White with #CEAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF58; }

 p { color: rgb(206,175,88); }

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

background-color css

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

 a { background-color: rgb(206,175,88); }

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

border-color css

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

 span { border-color: rgb(206,175,88); }

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