Html Css Color HEX #CFA15C Apache

📋 copy color: '#CFA15C'

red 207 ◦ green 161 ◦ blue 92

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

Shades of Apache #CFA15C

Tints of Apache #CFA15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35%

 BLUE value IS 92 (36.33% from 255) = 20%

R = 45%
G = 35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA15C (or 0xCFA15C) is known color: Apache. HEX triplet: CF, A1 and 5C. RGB value is (207,161,92). Sum of RGB (Red+Green+Blue) = 207+161+92=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA15C is #305EA3. Grayscale: #A7A7A7. Windows color (decimal): -3169956 or 6070735. OLE color: 6070735.

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

Color convert

RGB 207 161 92 -
CMYK 0 0.22 0.56 0.19
HSL 36º 0.55% 0.59% -
HSV(B) 36º 0.56% 0.81% -
XYZ 40.41 39.53 15.63 -
YUV 166.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 207 161 92 0 0.22 0.56 0.19 36 0.55 0.59
Hex CF A1 5C 0 16 38 13 24 37 3B
Octal 317 241 134 0 26 70 23 44 67 73
Binary 11001111 10100001 1011100 0 10110 111000 10011 100100 110111 111011

Color Harmonies of #CFA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA15C

Black with #CFA15C

Text Example


Text Example

White with #CFA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA15C; }

 p { color: rgb(207,161,92); }

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

background-color css

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

 a { background-color: rgb(207,161,92); }

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

border-color css

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

 span { border-color: rgb(207,161,92); }

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