Html Css Color HEX #CFAA53 Apache

📋 copy color: '#CFAA53'

red 207 ◦ green 170 ◦ blue 83

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

Shades of Apache #CFAA53

Tints of Apache #CFAA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 83 (32.81% from 255) = 18.04%

R = 45%
G = 36.96%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFAA53 (or 0xCFAA53) is known color: Apache. HEX triplet: CF, AA and 53. RGB value is (207,170,83). Sum of RGB (Red+Green+Blue) = 207+170+83=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA53 is #3055AC. Grayscale: #ABABAB. Windows color (decimal): -3167661 or 5483215. OLE color: 5483215.

HSL color Cylindrical-coordinate representation of color #CFAA53: hue angle of 42.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFAA53 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 83 -
CMYK 0 0.18 0.60 0.19
HSL 42.1º 0.56% 0.57% -
HSV(B) 42.1º 0.6% 0.81% -
XYZ 41.67 42.64 14.22 -
YUV 171.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 207 170 83 0 0.18 0.60 0.19 42.1 0.56 0.57
Hex CF AA 53 0 12 3C 13 2A 38 39
Octal 317 252 123 0 22 74 23 52 70 71
Binary 11001111 10101010 1010011 0 10010 111100 10011 101010 111000 111001

Color Harmonies of #CFAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA53

Black with #CFAA53

Text Example


Text Example

White with #CFAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA53; }

 p { color: rgb(207,170,83); }

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

background-color css

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

 a { background-color: rgb(207,170,83); }

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

border-color css

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

 span { border-color: rgb(207,170,83); }

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