Html Css Color HEX #CFA05B Apache

📋 copy color: '#CFA05B'

red 207 ◦ green 160 ◦ blue 91

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

Shades of Apache #CFA05B

Tints of Apache #CFA05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 45.2%
G = 34.93%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA05B (or 0xCFA05B) is known color: Apache. HEX triplet: CF, A0 and 5B. RGB value is (207,160,91). Sum of RGB (Red+Green+Blue) = 207+160+91=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA05B is #305FA4. Grayscale: #A6A6A6. Windows color (decimal): -3170213 or 6004943. OLE color: 6004943.

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

Color convert

RGB 207 160 91 -
CMYK 0 0.23 0.56 0.19
HSL 35.69º 0.55% 0.58% -
HSV(B) 35.69º 0.56% 0.81% -
XYZ 40.19 39.16 15.34 -
YUV 166.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 207 160 91 0 0.23 0.56 0.19 35.69 0.55 0.58
Hex CF A0 5B 0 17 38 13 24 37 3A
Octal 317 240 133 0 27 70 23 44 67 72
Binary 11001111 10100000 1011011 0 10111 111000 10011 100100 110111 111010

Color Harmonies of #CFA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA05B

Black with #CFA05B

Text Example


Text Example

White with #CFA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA05B; }

 p { color: rgb(207,160,91); }

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

background-color css

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

 a { background-color: rgb(207,160,91); }

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

border-color css

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

 span { border-color: rgb(207,160,91); }

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