Html Css Color HEX #CFAF5E Apache

📋 copy color: '#CFAF5E'

red 207 ◦ green 175 ◦ blue 94

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

Shades of Apache #CFAF5E

Tints of Apache #CFAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 94 (37.11% from 255) = 19.75%

R = 43.49%
G = 36.76%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFAF5E (or 0xCFAF5E) is known color: Apache. HEX triplet: CF, AF and 5E. RGB value is (207,175,94). Sum of RGB (Red+Green+Blue) = 207+175+94=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF5E is #3050A1. Grayscale: #AFAFAF. Windows color (decimal): -3166370 or 6205391. OLE color: 6205391.

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

Color convert

RGB 207 175 94 -
CMYK 0 0.15 0.55 0.19
HSL 43.01º 0.54% 0.59% -
HSV(B) 43.01º 0.55% 0.81% -
XYZ 43.08 44.73 16.95 -
YUV 175.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 207 175 94 0 0.15 0.55 0.19 43.01 0.54 0.59
Hex CF AF 5E 0 F 37 13 2B 36 3B
Octal 317 257 136 0 17 67 23 53 66 73
Binary 11001111 10101111 1011110 0 1111 110111 10011 101011 110110 111011

Color Harmonies of #CFAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF5E

Black with #CFAF5E

Text Example


Text Example

White with #CFAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF5E; }

 p { color: rgb(207,175,94); }

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

background-color css

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

 a { background-color: rgb(207,175,94); }

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

border-color css

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

 span { border-color: rgb(207,175,94); }

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