Html Css Color HEX #CFAF58 Apache

📋 copy color: '#CFAF58'

red 207 ◦ green 175 ◦ blue 88

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

Shades of Apache #CFAF58

Tints of Apache #CFAF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.72%

R = 44.04%
G = 37.23%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFAF58 (or 0xCFAF58) is known color: Apache. HEX triplet: CF, AF and 58. RGB value is (207,175,88). Sum of RGB (Red+Green+Blue) = 207+175+88=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF58 is #3050A7. Grayscale: #AFAFAF. Windows color (decimal): -3166376 or 5812175. OLE color: 5812175.

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

Color convert

RGB 207 175 88 -
CMYK 0 0.15 0.57 0.19
HSL 43.87º 0.55% 0.58% -
HSV(B) 43.87º 0.57% 0.81% -
XYZ 42.82 44.63 15.59 -
YUV 174.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 207 175 88 0 0.15 0.57 0.19 43.87 0.55 0.58
Hex CF AF 58 0 F 39 13 2C 37 3A
Octal 317 257 130 0 17 71 23 54 67 72
Binary 11001111 10101111 1011000 0 1111 111001 10011 101100 110111 111010

Color Harmonies of #CFAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF58

Black with #CFAF58

Text Example


Text Example

White with #CFAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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