Html Css Color HEX #CFA35D Apache

📋 copy color: '#CFA35D'

red 207 ◦ green 163 ◦ blue 93

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

Shades of Apache #CFA35D

Tints of Apache #CFA35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 44.71%
G = 35.21%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFA35D (or 0xCFA35D) is known color: Apache. HEX triplet: CF, A3 and 5D. RGB value is (207,163,93). Sum of RGB (Red+Green+Blue) = 207+163+93=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA35D is #305CA2. Grayscale: #A8A8A8. Windows color (decimal): -3169443 or 6136783. OLE color: 6136783.

HSL color Cylindrical-coordinate representation of color #CFA35D: hue angle of 36.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA35D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 93 -
CMYK 0 0.21 0.55 0.19
HSL 36.84º 0.54% 0.59% -
HSV(B) 36.84º 0.55% 0.81% -
XYZ 40.81 40.25 15.97 -
YUV 168.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 207 163 93 0 0.21 0.55 0.19 36.84 0.54 0.59
Hex CF A3 5D 0 15 37 13 25 36 3B
Octal 317 243 135 0 25 67 23 45 66 73
Binary 11001111 10100011 1011101 0 10101 110111 10011 100101 110110 111011

Color Harmonies of #CFA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA35D

Black with #CFA35D

Text Example


Text Example

White with #CFA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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