Html Css Color HEX #CFA268 Apache

📋 copy color: '#CFA268'

red 207 ◦ green 162 ◦ blue 104

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

Shades of Apache #CFA268

Tints of Apache #CFA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

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

R = 43.76%
G = 34.25%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFA268 (or 0xCFA268) is known color: Apache. HEX triplet: CF, A2 and 68. RGB value is (207,162,104). Sum of RGB (Red+Green+Blue) = 207+162+104=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA268 is #305D97. Grayscale: #A9A9A9. Windows color (decimal): -3169688 or 6857423. OLE color: 6857423.

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

Color convert

RGB 207 162 104 -
CMYK 0 0.22 0.50 0.19
HSL 33.79º 0.52% 0.61% -
HSV(B) 33.79º 0.5% 0.81% -
XYZ 41.15 40.11 18.67 -
YUV 168.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 207 162 104 0 0.22 0.50 0.19 33.79 0.52 0.61
Hex CF A2 68 0 16 32 13 22 34 3D
Octal 317 242 150 0 26 62 23 42 64 75
Binary 11001111 10100010 1101000 0 10110 110010 10011 100010 110100 111101

Color Harmonies of #CFA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA268

Black with #CFA268

Text Example


Text Example

White with #CFA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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