Html Css Color HEX #CEAB65 Apache

📋 copy color: '#CEAB65'

red 206 ◦ green 171 ◦ blue 101

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

Shades of Apache #CEAB65

Tints of Apache #CEAB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 43.1%
G = 35.77%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEAB65 (or 0xCEAB65) is known color: Apache. HEX triplet: CE, AB and 65. RGB value is (206,171,101). Sum of RGB (Red+Green+Blue) = 206+171+101=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB65 is #31549A. Grayscale: #ADADAD. Windows color (decimal): -3232923 or 6663118. OLE color: 6663118.

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

Color convert

RGB 206 171 101 -
CMYK 0 0.17 0.51 0.19
HSL 40º 0.52% 0.6% -
HSV(B) 40º 0.51% 0.81% -
XYZ 42.37 43.19 18.41 -
YUV 173.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 206 171 101 0 0.17 0.51 0.19 40 0.52 0.6
Hex CE AB 65 0 11 33 13 28 34 3C
Octal 316 253 145 0 21 63 23 50 64 74
Binary 11001110 10101011 1100101 0 10001 110011 10011 101000 110100 111100

Color Harmonies of #CEAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB65

Black with #CEAB65

Text Example


Text Example

White with #CEAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB65; }

 p { color: rgb(206,171,101); }

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

background-color css

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

 a { background-color: rgb(206,171,101); }

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

border-color css

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

 span { border-color: rgb(206,171,101); }

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