Html Css Color HEX #CFA55A Apache

📋 copy color: '#CFA55A'

red 207 ◦ green 165 ◦ blue 90

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

Shades of Apache #CFA55A

Tints of Apache #CFA55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 44.81%
G = 35.71%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA55A (or 0xCFA55A) is known color: Apache. HEX triplet: CF, A5 and 5A. RGB value is (207,165,90). Sum of RGB (Red+Green+Blue) = 207+165+90=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA55A is #305AA5. Grayscale: #A9A9A9. Windows color (decimal): -3168934 or 5940687. OLE color: 5940687.

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

Color convert

RGB 207 165 90 -
CMYK 0 0.20 0.57 0.19
HSL 38.46º 0.55% 0.58% -
HSV(B) 38.46º 0.57% 0.81% -
XYZ 41.03 40.91 15.41 -
YUV 169.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 207 165 90 0 0.20 0.57 0.19 38.46 0.55 0.58
Hex CF A5 5A 0 14 39 13 26 37 3A
Octal 317 245 132 0 24 71 23 46 67 72
Binary 11001111 10100101 1011010 0 10100 111001 10011 100110 110111 111010

Color Harmonies of #CFA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA55A

Black with #CFA55A

Text Example


Text Example

White with #CFA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA55A; }

 p { color: rgb(207,165,90); }

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

background-color css

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

 a { background-color: rgb(207,165,90); }

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

border-color css

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

 span { border-color: rgb(207,165,90); }

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