Html Css Color HEX #CFA45C Apache

📋 copy color: '#CFA45C'

red 207 ◦ green 164 ◦ blue 92

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

Shades of Apache #CFA45C

Tints of Apache #CFA45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

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

R = 44.71%
G = 35.42%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA45C (or 0xCFA45C) is known color: Apache. HEX triplet: CF, A4 and 5C. RGB value is (207,164,92). Sum of RGB (Red+Green+Blue) = 207+164+92=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA45C is #305BA3. Grayscale: #A8A8A8. Windows color (decimal): -3169188 or 6071503. OLE color: 6071503.

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

Color convert

RGB 207 164 92 -
CMYK 0 0.21 0.56 0.19
HSL 37.57º 0.55% 0.59% -
HSV(B) 37.57º 0.56% 0.81% -
XYZ 40.94 40.59 15.8 -
YUV 168.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 207 164 92 0 0.21 0.56 0.19 37.57 0.55 0.59
Hex CF A4 5C 0 15 38 13 26 37 3B
Octal 317 244 134 0 25 70 23 46 67 73
Binary 11001111 10100100 1011100 0 10101 111000 10011 100110 110111 111011

Color Harmonies of #CFA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA45C

Black with #CFA45C

Text Example


Text Example

White with #CFA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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