Html Css Color HEX #CFA558 Apache

📋 copy color: '#CFA558'

red 207 ◦ green 165 ◦ blue 88

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

Shades of Apache #CFA558

Tints of Apache #CFA558

RGB

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

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

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

R = 45%
G = 35.87%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA558 (or 0xCFA558) is known color: Apache. HEX triplet: CF, A5 and 58. RGB value is (207,165,88). Sum of RGB (Red+Green+Blue) = 207+165+88=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA558 is #305AA7. Grayscale: #A9A9A9. Windows color (decimal): -3168936 or 5809615. OLE color: 5809615.

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

Color convert

RGB 207 165 88 -
CMYK 0 0.20 0.57 0.19
HSL 38.82º 0.55% 0.58% -
HSV(B) 38.82º 0.57% 0.81% -
XYZ 40.95 40.88 14.96 -
YUV 168.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 207 165 88 0 0.20 0.57 0.19 38.82 0.55 0.58
Hex CF A5 58 0 14 39 13 27 37 3A
Octal 317 245 130 0 24 71 23 47 67 72
Binary 11001111 10100101 1011000 0 10100 111001 10011 100111 110111 111010

Color Harmonies of #CFA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA558

Black with #CFA558

Text Example


Text Example

White with #CFA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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