Html Css Color HEX #CFA653 Apache

📋 copy color: '#CFA653'

red 207 ◦ green 166 ◦ blue 83

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

Shades of Apache #CFA653

Tints of Apache #CFA653

RGB

 RED value IS 207 (81.25% from 255) = 45.39%

 GREEN value IS 166 (65.23% from 255) = 36.4%

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

R = 45.39%
G = 36.4%
B = 18.2%

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

#CFA653 (or 0xCFA653) is known color: Apache. HEX triplet: CF, A6 and 53. RGB value is (207,166,83). Sum of RGB (Red+Green+Blue) = 207+166+83=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA653 is #3059AC. Grayscale: #A9A9A9. Windows color (decimal): -3168685 or 5482191. OLE color: 5482191.

HSL color Cylindrical-coordinate representation of color #CFA653: hue angle of 40.16º 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 #CFA653 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 83 -
CMYK 0 0.20 0.60 0.19
HSL 40.16º 0.56% 0.57% -
HSV(B) 40.16º 0.6% 0.81% -
XYZ 40.93 41.16 13.97 -
YUV 168.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 207 166 83 0 0.20 0.60 0.19 40.16 0.56 0.57
Hex CF A6 53 0 14 3C 13 28 38 39
Octal 317 246 123 0 24 74 23 50 70 71
Binary 11001111 10100110 1010011 0 10100 111100 10011 101000 111000 111001

Color Harmonies of #CFA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA653

Black with #CFA653

Text Example


Text Example

White with #CFA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA653; }

 p { color: rgb(207,166,83); }

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

background-color css

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

 a { background-color: rgb(207,166,83); }

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

border-color css

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

 span { border-color: rgb(207,166,83); }

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