Html Css Color HEX #CFAB53 Apache

📋 copy color: '#CFAB53'

red 207 ◦ green 171 ◦ blue 83

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

Shades of Apache #CFAB53

Tints of Apache #CFAB53

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 44.9%
G = 37.09%
B = 18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFAB53 (or 0xCFAB53) is known color: Apache. HEX triplet: CF, AB and 53. RGB value is (207,171,83). Sum of RGB (Red+Green+Blue) = 207+171+83=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB53 is #3054AC. Grayscale: #ACACAC. Windows color (decimal): -3167405 or 5483471. OLE color: 5483471.

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

Color convert

RGB 207 171 83 -
CMYK 0 0.17 0.60 0.19
HSL 42.58º 0.56% 0.57% -
HSV(B) 42.58º 0.6% 0.81% -
XYZ 41.86 43.02 14.28 -
YUV 171.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 207 171 83 0 0.17 0.60 0.19 42.58 0.56 0.57
Hex CF AB 53 0 11 3C 13 2B 38 39
Octal 317 253 123 0 21 74 23 53 70 71
Binary 11001111 10101011 1010011 0 10001 111100 10011 101011 111000 111001

Color Harmonies of #CFAB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB53

Black with #CFAB53

Text Example


Text Example

White with #CFAB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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