Html Css Color HEX #CFA553 Apache

📋 copy color: '#CFA553'

red 207 ◦ green 165 ◦ blue 83

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

Shades of Apache #CFA553

Tints of Apache #CFA553

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 45.49%
G = 36.26%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFA553 (or 0xCFA553) is known color: Apache. HEX triplet: CF, A5 and 53. RGB value is (207,165,83). Sum of RGB (Red+Green+Blue) = 207+165+83=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA553 is #305AAC. Grayscale: #A8A8A8. Windows color (decimal): -3168941 or 5481935. OLE color: 5481935.

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

Color convert

RGB 207 165 83 -
CMYK 0 0.20 0.60 0.19
HSL 39.68º 0.56% 0.57% -
HSV(B) 39.68º 0.6% 0.81% -
XYZ 40.75 40.8 13.91 -
YUV 168.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 207 165 83 0 0.20 0.60 0.19 39.68 0.56 0.57
Hex CF A5 53 0 14 3C 13 28 38 39
Octal 317 245 123 0 24 74 23 50 70 71
Binary 11001111 10100101 1010011 0 10100 111100 10011 101000 111000 111001

Color Harmonies of #CFA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA553

Black with #CFA553

Text Example


Text Example

White with #CFA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA553; }

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

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

background-color css

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

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

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

border-color css

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

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

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