Html Css Color HEX #CFA258 Apache

📋 copy color: '#CFA258'

red 207 ◦ green 162 ◦ blue 88

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

Shades of Apache #CFA258

Tints of Apache #CFA258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.26%

R = 45.3%
G = 35.45%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA258 (or 0xCFA258) is known color: Apache. HEX triplet: CF, A2 and 58. RGB value is (207,162,88). Sum of RGB (Red+Green+Blue) = 207+162+88=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA258 is #305DA7. Grayscale: #A7A7A7. Windows color (decimal): -3169704 or 5808847. OLE color: 5808847.

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

Color convert

RGB 207 162 88 -
CMYK 0 0.22 0.57 0.19
HSL 37.31º 0.55% 0.58% -
HSV(B) 37.31º 0.57% 0.81% -
XYZ 40.41 39.81 14.79 -
YUV 167.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 207 162 88 0 0.22 0.57 0.19 37.31 0.55 0.58
Hex CF A2 58 0 16 39 13 25 37 3A
Octal 317 242 130 0 26 71 23 45 67 72
Binary 11001111 10100010 1011000 0 10110 111001 10011 100101 110111 111010

Color Harmonies of #CFA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA258

Black with #CFA258

Text Example


Text Example

White with #CFA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA258; }

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

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

background-color css

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

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

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

border-color css

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

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

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