Html Css Color HEX #CFA965 Apache

📋 copy color: '#CFA965'

red 207 ◦ green 169 ◦ blue 101

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

Shades of Apache #CFA965

Tints of Apache #CFA965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 43.4%
G = 35.43%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFA965 (or 0xCFA965) is known color: Apache. HEX triplet: CF, A9 and 65. RGB value is (207,169,101). Sum of RGB (Red+Green+Blue) = 207+169+101=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA965 is #30569A. Grayscale: #ACACAC. Windows color (decimal): -3167899 or 6662607. OLE color: 6662607.

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

Color convert

RGB 207 169 101 -
CMYK 0 0.18 0.51 0.19
HSL 38.49º 0.52% 0.6% -
HSV(B) 38.49º 0.51% 0.81% -
XYZ 42.27 42.58 18.3 -
YUV 172.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 207 169 101 0 0.18 0.51 0.19 38.49 0.52 0.6
Hex CF A9 65 0 12 33 13 26 34 3C
Octal 317 251 145 0 22 63 23 46 64 74
Binary 11001111 10101001 1100101 0 10010 110011 10011 100110 110100 111100

Color Harmonies of #CFA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA965

Black with #CFA965

Text Example


Text Example

White with #CFA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA965; }

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

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

background-color css

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

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

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

border-color css

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

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

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