Html Css Color HEX #CFA355 Apache

📋 copy color: '#CFA355'

red 207 ◦ green 163 ◦ blue 85

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

Shades of Apache #CFA355

Tints of Apache #CFA355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 45.49%
G = 35.82%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFA355 (or 0xCFA355) is known color: Apache. HEX triplet: CF, A3 and 55. RGB value is (207,163,85). Sum of RGB (Red+Green+Blue) = 207+163+85=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA355 is #305CAA. Grayscale: #A7A7A7. Windows color (decimal): -3169451 or 5612495. OLE color: 5612495.

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

Color convert

RGB 207 163 85 -
CMYK 0 0.21 0.59 0.19
HSL 38.36º 0.56% 0.57% -
HSV(B) 38.36º 0.59% 0.81% -
XYZ 40.47 40.12 14.2 -
YUV 167.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 207 163 85 0 0.21 0.59 0.19 38.36 0.56 0.57
Hex CF A3 55 0 15 3B 13 26 38 39
Octal 317 243 125 0 25 73 23 46 70 71
Binary 11001111 10100011 1010101 0 10101 111011 10011 100110 111000 111001

Color Harmonies of #CFA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA355

Black with #CFA355

Text Example


Text Example

White with #CFA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA355; }

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

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

background-color css

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

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

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

border-color css

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

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

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