Html Css Color HEX #CFA35F Apache

📋 copy color: '#CFA35F'

red 207 ◦ green 163 ◦ blue 95

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

Shades of Apache #CFA35F

Tints of Apache #CFA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

 BLUE value IS 95 (37.5% from 255) = 20.43%

R = 44.52%
G = 35.05%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFA35F (or 0xCFA35F) is known color: Apache. HEX triplet: CF, A3 and 5F. RGB value is (207,163,95). Sum of RGB (Red+Green+Blue) = 207+163+95=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA35F is #305CA0. Grayscale: #A8A8A8. Windows color (decimal): -3169441 or 6267855. OLE color: 6267855.

HSL color Cylindrical-coordinate representation of color #CFA35F: hue angle of 36.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFA35F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 95 -
CMYK 0 0.21 0.54 0.19
HSL 36.43º 0.54% 0.59% -
HSV(B) 36.43º 0.54% 0.81% -
XYZ 40.89 40.29 16.45 -
YUV 168.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 207 163 95 0 0.21 0.54 0.19 36.43 0.54 0.59
Hex CF A3 5F 0 15 36 13 24 36 3B
Octal 317 243 137 0 25 66 23 44 66 73
Binary 11001111 10100011 1011111 0 10101 110110 10011 100100 110110 111011

Color Harmonies of #CFA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA35F

Black with #CFA35F

Text Example


Text Example

White with #CFA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA35F; }

 p { color: rgb(207,163,95); }

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

background-color css

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

 a { background-color: rgb(207,163,95); }

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

border-color css

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

 span { border-color: rgb(207,163,95); }

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