Html Css Color HEX #CFA55C Apache

📋 copy color: '#CFA55C'

red 207 ◦ green 165 ◦ blue 92

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

Shades of Apache #CFA55C

Tints of Apache #CFA55C

RGB

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

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

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

R = 44.61%
G = 35.56%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA55C (or 0xCFA55C) is known color: Apache. HEX triplet: CF, A5 and 5C. RGB value is (207,165,92). Sum of RGB (Red+Green+Blue) = 207+165+92=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA55C is #305AA3. Grayscale: #A9A9A9. Windows color (decimal): -3168932 or 6071759. OLE color: 6071759.

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

Color convert

RGB 207 165 92 -
CMYK 0 0.20 0.56 0.19
HSL 38.09º 0.55% 0.59% -
HSV(B) 38.09º 0.56% 0.81% -
XYZ 41.12 40.95 15.86 -
YUV 169.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 207 165 92 0 0.20 0.56 0.19 38.09 0.55 0.59
Hex CF A5 5C 0 14 38 13 26 37 3B
Octal 317 245 134 0 24 70 23 46 67 73
Binary 11001111 10100101 1011100 0 10100 111000 10011 100110 110111 111011

Color Harmonies of #CFA55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA55C

Black with #CFA55C

Text Example


Text Example

White with #CFA55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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