Html Css Color HEX #CFA35C Apache

📋 copy color: '#CFA35C'

red 207 ◦ green 163 ◦ blue 92

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

Shades of Apache #CFA35C

Tints of Apache #CFA35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 44.81%
G = 35.28%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA35C (or 0xCFA35C) is known color: Apache. HEX triplet: CF, A3 and 5C. RGB value is (207,163,92). Sum of RGB (Red+Green+Blue) = 207+163+92=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA35C is #305CA3. Grayscale: #A8A8A8. Windows color (decimal): -3169444 or 6071247. OLE color: 6071247.

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

Color convert

RGB 207 163 92 -
CMYK 0 0.21 0.56 0.19
HSL 37.04º 0.55% 0.59% -
HSV(B) 37.04º 0.56% 0.81% -
XYZ 40.76 40.23 15.74 -
YUV 168.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 207 163 92 0 0.21 0.56 0.19 37.04 0.55 0.59
Hex CF A3 5C 0 15 38 13 25 37 3B
Octal 317 243 134 0 25 70 23 45 67 73
Binary 11001111 10100011 1011100 0 10101 111000 10011 100101 110111 111011

Color Harmonies of #CFA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA35C

Black with #CFA35C

Text Example


Text Example

White with #CFA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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