Html Css Color HEX #CFA250 Apache

📋 copy color: '#CFA250'

red 207 ◦ green 162 ◦ blue 80

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

Shades of Apache #CFA250

Tints of Apache #CFA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 46.1%
G = 36.08%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CFA250 (or 0xCFA250) is known color: Apache. HEX triplet: CF, A2 and 50. RGB value is (207,162,80). Sum of RGB (Red+Green+Blue) = 207+162+80=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA250 is #305DAF. Grayscale: #A6A6A6. Windows color (decimal): -3169712 or 5284559. OLE color: 5284559.

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

Color convert

RGB 207 162 80 -
CMYK 0 0.22 0.61 0.19
HSL 38.74º 0.57% 0.56% -
HSV(B) 38.74º 0.61% 0.81% -
XYZ 40.1 39.69 13.14 -
YUV 166.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 207 162 80 0 0.22 0.61 0.19 38.74 0.57 0.56
Hex CF A2 50 0 16 3D 13 27 39 38
Octal 317 242 120 0 26 75 23 47 71 70
Binary 11001111 10100010 1010000 0 10110 111101 10011 100111 111001 111000

Color Harmonies of #CFA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA250

Black with #CFA250

Text Example


Text Example

White with #CFA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA250; }

 p { color: rgb(207,162,80); }

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

background-color css

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

 a { background-color: rgb(207,162,80); }

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

border-color css

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

 span { border-color: rgb(207,162,80); }

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