Html Css Color HEX #CFA565 Apache

📋 copy color: '#CFA565'

red 207 ◦ green 165 ◦ blue 101

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

Shades of Apache #CFA565

Tints of Apache #CFA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 43.76%
G = 34.88%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFA565 (or 0xCFA565) is known color: Apache. HEX triplet: CF, A5 and 65. RGB value is (207,165,101). Sum of RGB (Red+Green+Blue) = 207+165+101=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA565 is #305A9A. Grayscale: #AAAAAA. Windows color (decimal): -3168923 or 6661583. OLE color: 6661583.

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

Color convert

RGB 207 165 101 -
CMYK 0 0.20 0.51 0.19
HSL 36.23º 0.52% 0.6% -
HSV(B) 36.23º 0.51% 0.81% -
XYZ 41.54 41.12 18.06 -
YUV 170.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 207 165 101 0 0.20 0.51 0.19 36.23 0.52 0.6
Hex CF A5 65 0 14 33 13 24 34 3C
Octal 317 245 145 0 24 63 23 44 64 74
Binary 11001111 10100101 1100101 0 10100 110011 10011 100100 110100 111100

Color Harmonies of #CFA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA565

Black with #CFA565

Text Example


Text Example

White with #CFA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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