Html Css Color HEX #CFA551 Apache

📋 copy color: '#CFA551'

red 207 ◦ green 165 ◦ blue 81

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

Shades of Apache #CFA551

Tints of Apache #CFA551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

 BLUE value IS 81 (32.03% from 255) = 17.88%

R = 45.7%
G = 36.42%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CFA551 (or 0xCFA551) is known color: Apache. HEX triplet: CF, A5 and 51. RGB value is (207,165,81). Sum of RGB (Red+Green+Blue) = 207+165+81=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA551 is #305AAE. Grayscale: #A8A8A8. Windows color (decimal): -3168943 or 5350863. OLE color: 5350863.

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

Color convert

RGB 207 165 81 -
CMYK 0 0.20 0.61 0.19
HSL 40º 0.57% 0.56% -
HSV(B) 40º 0.61% 0.81% -
XYZ 40.67 40.77 13.51 -
YUV 167.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 207 165 81 0 0.20 0.61 0.19 40 0.57 0.56
Hex CF A5 51 0 14 3D 13 28 39 38
Octal 317 245 121 0 24 75 23 50 71 70
Binary 11001111 10100101 1010001 0 10100 111101 10011 101000 111001 111000

Color Harmonies of #CFA551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA551

Black with #CFA551

Text Example


Text Example

White with #CFA551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA551; }

 p { color: rgb(207,165,81); }

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

background-color css

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

 a { background-color: rgb(207,165,81); }

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

border-color css

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

 span { border-color: rgb(207,165,81); }

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