Html Css Color HEX #CFA368 Apache

📋 copy color: '#CFA368'

red 207 ◦ green 163 ◦ blue 104

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

Shades of Apache #CFA368

Tints of Apache #CFA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.39%

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 43.67%
G = 34.39%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFA368 (or 0xCFA368) is known color: Apache. HEX triplet: CF, A3 and 68. RGB value is (207,163,104). Sum of RGB (Red+Green+Blue) = 207+163+104=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA368 is #305C97. Grayscale: #A9A9A9. Windows color (decimal): -3169432 or 6857679. OLE color: 6857679.

HSL color Cylindrical-coordinate representation of color #CFA368: hue angle of 34.37º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFA368 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 104 -
CMYK 0 0.21 0.50 0.19
HSL 34.37º 0.52% 0.61% -
HSV(B) 34.37º 0.5% 0.81% -
XYZ 41.33 40.46 18.73 -
YUV 169.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 207 163 104 0 0.21 0.50 0.19 34.37 0.52 0.61
Hex CF A3 68 0 15 32 13 22 34 3D
Octal 317 243 150 0 25 62 23 42 64 75
Binary 11001111 10100011 1101000 0 10101 110010 10011 100010 110100 111101

Color Harmonies of #CFA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA368

Black with #CFA368

Text Example


Text Example

White with #CFA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA368; }

 p { color: rgb(207,163,104); }

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

background-color css

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

 a { background-color: rgb(207,163,104); }

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

border-color css

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

 span { border-color: rgb(207,163,104); }

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